CookieCloud

CookieCloud is a tool for syncing browser cookies to a self-hosted server.

Co je CookieCloud?

CookieCloud je rozšíření Chrome vyvinuté easychen, a jeho hlavní funkcí je „CookieCloud is a tool for syncing browser cookies to a self-hosted server.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CookieCloud

Stáhněte si soubory rozšíření CookieCloud ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        CookieCloud is a small tool for syncing cookies to a self-hosted server, which can synchronize the browser's login state to mobile devices and the cloud. It supports end-to-end encryption and allows setting the synchronization interval.

The latest version supports local storage synchronization with domain name keyword matching, with a synchronization time of twice the interval time. It requires refreshing the target website page to take effect.                    

Základní Informace o Rozšíření

Název CookieCloud CookieCloud
ID ffjiejobkoibkjlhjnlgmcnnigeelbdl
Oficiální URL https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl
Popis CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Velikost souboru 582 KB
Počet instalací 6,289
Aktuální Verze 0.2.3
Poslední Aktualizace 2024-02-13
Datum Vydání 2023-01-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář easychen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/easychen/CookieCloud
URL Stránky Nápovědy https://support.qq.com/products/494234/
URL Stránky Zásad Ochrany Soukromí https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md
Podporované Jazyky en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.3",
    "author": "[email protected]",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.62a5b9ec.js"
            ],
            "css": []
        }
    ],
    "default_locale": "zh_CN",
    "host_permissions": [
        ""
    ]
}