English | 简体中文
🌟 No additional configuration required, one-click switch to support Chrome cross-site cookie carrying
- 🎨 Supports cross-domain cookie sharing between top-level navigations.
- 🚗 Supports cross-domain cookie sharing between iframes and their parent.
- 💻 Supports allowing cookie sharing only in the development environment.
- Download the
cookie-extension.zip
compressed package from the repository Click to Download; - Open the
Chrome
browser and go to the extension directory; - Open the developer mode in the upper right corner of the extension page;
- Drag and drop
cookie-extension.zip
into the extension page (you can also directly drag the folder), it is installed successfully; - Click the
Pin
button in the upper right corner of the browser URL input box to keep it in the foreground;
- Master Switch (
Enable
)- Default is off (🍪 is gray);
- Switch the
Enable
switch to toggle the plugin's master switch;
- Developer Mode (
Dev Mode
)- It is turned on by default (recommended for use in the
localhost
scenario to avoid CSRF attacks); - On: only allows cross-site
cookie
carrying underlocalhost
, Off: allows all websites to usecookie
carrying;
- It is turned on by default (recommended for use in the