CookieCloud

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

CookieCloud là gì?

CookieCloud là một tiện ích mở rộng Chrome được phát triển bởi easychen, và tính năng chính của nó là "CookieCloud is a tool for syncing browser cookies to a self-hosted server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CookieCloud

Tải xuống các tệp mở rộng CookieCloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CookieCloud CookieCloud
ID ffjiejobkoibkjlhjnlgmcnnigeelbdl
URL Chính Thức https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl
Mô tả CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Kích Thước Tệp 582 KB
Số Lần Cài Đặt 6,289
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-01-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển easychen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/easychen/CookieCloud
URL Trang Trợ Giúp https://support.qq.com/products/494234/
URL Trang Chính Sách Bảo Mật https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}