CookieCloud

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

Τι είναι το CookieCloud;

Το CookieCloud είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον easychen, και η κύρια λειτουργία του είναι "CookieCloud is a tool for syncing browser cookies to a self-hosted server.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CookieCloud

Λήψη αρχείων επέκτασης CookieCloud σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CookieCloud CookieCloud
ID ffjiejobkoibkjlhjnlgmcnnigeelbdl
Επίσημο URL https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl
Περιγραφή CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Μέγεθος Αρχείου 582 KB
Αριθμός Εγκαταστάσεων 6,289
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2024-02-13
Ημερομηνία Δημοσίευσης 2023-01-21
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής easychen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/easychen/CookieCloud
Διεύθυνση URL της Σελίδας Βοήθειας https://support.qq.com/products/494234/
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md
Υποστηριζόμενες Γλώσσες 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": [
        ""
    ]
}