Cookie copier

Just cookie field copier

What is Cookie copier?

Cookie copier is a Chrome extension developed by retuzzik, and its main feature is "Just cookie field copier".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cookie copier Extension CRX File

Download Cookie copier 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

                        A simple Google Chrome extension to copy cookies between domains. The list of domains to copy is taken from the open browser tabs.                    

Extension Basic Information

Name Cookie copier Cookie copier
ID lhfkmfkjjeilbgfolpcndcbdgbdhbnlk
Official URL https://chromewebstore.google.com/detail/cookie-copier/lhfkmfkjjeilbgfolpcndcbdgbdhbnlk
Description Just cookie field copier
File Size 18.65 KB
Installation Count 497
Current Version 1.0
Last Updated 2020-10-20
Publish Date 2020-10-02
Rating 5.00/5 Total 5 Ratings
Developer retuzzik
Email [email protected]
Payment Type free
Extension Website https://github.com/PetePearl/cookie-copier
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie copier",
    "version": "1.0",
    "description": "Just cookie field copier",
    "background": {
        "scripts": [
            "build\/bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        ""
    ]
}