A Chrome extension that lets users manage cookies, hide webpage content, and change proxy settings.
- Cookie Editor: View, add, and modify cookies for the current website.
- XSS Manager: Keeps track of URLs where Blind XSS payloads were injected.
- Proxy Manager: Change proxy settings directly from the extension.
- Install dependencies:
npm install- Build the project:
npm run build- Load the dist folder in Chrome:
-
Go to chrome://extensions
-
Enable
Developer Mode -
Click
Load unpackedand select thedist/directory
Note
Intended for personal use and testing. Currently supports Chromium-based browsers, because it is built using Manifest V3.