Repeatable hijacking and transformation of cookies.
The purpose of this extension is to create a repeatable way of copying cookie from one Domain to another and/or manipulate it's content.
The current state of this tool is very raw. Improvements are very welcome.
Since this extension is currently not published, you need to install it by cloning and building this repo and add it to chrome extensions manually:
- Clone this repository.
- Run the following command in the base path of you cloned repository
npm i && npm run build
. - Open chrome.
- Navigate to chrome://extensions in your browser. You can also access this page by clicking on the Chrome menu on the top right side of the Omnibox, hovering over More Tools and selecting Extensions.
- Check the box next to Developer Mode.
- Click Load Unpacked Extension and select the
dist
directory for your cloned repository.
Thanks to my employer Webtrekk for setting up the hackathon that enabled me to write this tool.
Thanks to Joe Marella for creating the seed project I used.