Chromium Docs - Yash-777/MyWorld GitHub Wiki

The user data directory contains profile data such as history, bookmarks, and cookies, as well as other per-installation local state.

Each profile is a subdirectory (often Default) within the user data directory.

Overriding the User Data Directory

On Windows and ChromeOS, the user cache dir is the same as the profile dir. (The profile dir is inside the user data dir.)

chrome.exe 
    --disable-web-security 
    --profile-directory=C:\Yashwanth\Chrome\Profile	
    --user-data-dir=C:\Yashwanth\Chrome\UserData

Current Location User Data Directory

Example (Windows):

  • [Profile Path] C:\Users\Alice\AppData\Local\Google\Chrome\User Data\Default
  • [User Data Dir] C:\Users\Alice\AppData\Local\Google\Chrome\User Data

Extensions - Visit chrome web store

⚠️ **GitHub.com Fallback** ⚠️