Cookie Synchronize

Synchronize cookies across browsers using Chrome Sync

What is Cookie Synchronize?

Cookie Synchronize is a Chrome extension developed by text.nav, and its main feature is "Synchronize cookies across browsers using Chrome Sync".

Extension Screenshots

screenshot

Download Cookie Synchronize Extension CRX File

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

                        This extension can be used to synchronise cookies using chrome sync. The user needs to specify the domain for which he want's to enable sync. 
The cookies are only fetched on user action.                    

Extension Basic Information

Name Cookie Synchronize Cookie Synchronize
ID dhdfnoenjedcedipmdoeibpnmpojjpce
Official URL https://chromewebstore.google.com/detail/cookie-synchronize/dhdfnoenjedcedipmdoeibpnmpojjpce
Description Synchronize cookies across browsers using Chrome Sync
File Size 251 KB
Installation Count 88
Current Version 1.1
Last Updated 2022-03-08
Publish Date 2022-03-07
Rating 5.00/5 Total 2 Ratings
Developer text.nav
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Synchronize",
    "description": "Synchronize cookies across browsers using Chrome Sync",
    "version": "1.1",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}