CookieCloud
CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Cos'è CookieCloud?
CookieCloud è un'estensione di Chrome sviluppata da easychen, e la sua funzione principale è "CookieCloud is a tool for syncing browser cookies to a self-hosted server.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CookieCloud
Scarica i file di estensione CookieCloud in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CookieCloud |
ID | ffjiejobkoibkjlhjnlgmcnnigeelbdl |
URL Ufficiale | https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl |
Descrizione | CookieCloud is a tool for syncing browser cookies to a self-hosted server. |
Dimensione del File | 582 KB |
Conteggio Installazioni | 6,289 |
Versione Corrente | 0.2.3 |
Ultimo Aggiornamento | 2024-02-13 |
Data di Pubblicazione | 2023-01-21 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | easychen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/easychen/CookieCloud |
URL della Pagina di Aiuto | https://support.qq.com/products/494234/ |
URL della Pagina della Politica sulla Privacy | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
Lingue Supportate | 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": [ " |