CookieCloud

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

O que é CookieCloud?

CookieCloud é uma extensão do Chrome desenvolvida por easychen, e sua principal característica é "CookieCloud is a tool for syncing browser cookies to a self-hosted server.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CookieCloud

Baixe arquivos de extensão CookieCloud no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CookieCloud CookieCloud
ID ffjiejobkoibkjlhjnlgmcnnigeelbdl
URL Oficial https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl
Descrição CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Tamanho do Arquivo 582 KB
Contagem de Instalações 6,289
Versão Atual 0.2.3
Última Atualização 2024-02-13
Data de Publicação 2023-01-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor easychen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/easychen/CookieCloud
URL da Página de Ajuda https://support.qq.com/products/494234/
URL da Página de Política de Privacidade https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md
Idiomas Suportados 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": [
        ""
    ]
}