CookieCloud
CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Vad är CookieCloud?
CookieCloud är en Chrome-tillägg utvecklad av easychen, och dess huvudfunktion är "CookieCloud is a tool for syncing browser cookies to a self-hosted server.".
Tilläggsskärmbilder
Ladda ner CookieCloud-förlängningens CRX-fil
Ladda ner CookieCloud-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | CookieCloud |
ID | ffjiejobkoibkjlhjnlgmcnnigeelbdl |
Officiell webbadress | https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl |
Beskrivning | CookieCloud is a tool for syncing browser cookies to a self-hosted server. |
Filstorlek | 582 KB |
Antal Installationer | 6,289 |
Aktuell Version | 0.2.3 |
Senast Uppdaterad | 2024-02-13 |
Publiceringsdatum | 2023-01-21 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | easychen |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/easychen/CookieCloud |
Hjälpsida URL | https://support.qq.com/products/494234/ |
URL till Sekretesspolicy Sidan | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
Stödda Språk | 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": [ " |