Copy Cookie
Extension to copy cookies across the domains specially localhost.
What is Copy Cookie?
Copy Cookie is a Chrome extension developed by Avaneesh, and its main feature is "Extension to copy cookies across the domains specially localhost.".
Extension Screenshots
Download Copy Cookie Extension CRX File
Download Copy Cookie 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
Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.
Extension Basic Information
Name | Copy Cookie |
ID | efgblkeenphclkonjikaanjnlconlkfp |
Official URL | https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
Description | Extension to copy cookies across the domains specially localhost. |
File Size | 64.89 KB |
Installation Count | 733 |
Current Version | 2.0.1 |
Last Updated | 2022-10-11 |
Publish Date | 2019-05-10 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Avaneesh |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
Help Page URL | https://github.com/avaneeshtripathi/copy-cookie/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Cookie", "version": "2.0.1", "description": "Extension to copy cookies across the domains specially localhost.", "permissions": [ "cookies", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "author": "Avaneesh Tripathi" } |