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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://support.qq.com/products/494234/
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}