CookieCloud
CookieCloud is a tool for syncing browser cookies to a self-hosted server.
CookieCloudとは何ですか?
CookieCloudはeasychenによって開発されたChromeの拡張機能で、その主な機能は「CookieCloud is a tool for syncing browser cookies to a self-hosted server.」です。
拡張機能のスクリーンショット
CookieCloud拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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": [ " |