Cookiedough
Developer tool to bulk set cookies from a standard cookie header string
What is Cookiedough?
Cookiedough is a Chrome extension developed by OrbitKit, and its main feature is "Developer tool to bulk set cookies from a standard cookie header string".
Extension Screenshots
Download Cookiedough Extension CRX File
Download Cookiedough extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple, no-frills, programmer-friendly UI for editing cookies. Provides the current tab's HTTP cookie string verbatim in a text box; you can copy/paste/edit the string. You can find the source code at https://github.com/stickfigure/cookiedough
Extension Basic Information
Name | Cookiedough |
ID | hacigcgfiefikmkmmmncaiaijoffndpl |
Official URL | https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl |
Description | Developer tool to bulk set cookies from a standard cookie header string |
File Size | 63.66 KB |
Installation Count | 8,261 |
Current Version | 1.0.1 |
Last Updated | 2021-05-26 |
Publish Date | 2019-05-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | OrbitKit |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/stickfigure/cookiedough |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookiedough", "description": "Developer tool to bulk set cookies from a standard cookie header string", "version": "1.0.1", "icons": { "128": "cookie.png" }, "browser_action": { "default_icon": "cookie.png", "default_popup": "popup.html" }, "permissions": [ "cookies", "tabs", " |