CookieCloud
CookieCloud is a tool for syncing browser cookies to a self-hosted server.
Qu'est-ce que CookieCloud ?
CookieCloud est une extension Chrome développée par easychen, et sa fonction principale est "CookieCloud is a tool for syncing browser cookies to a self-hosted server.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CookieCloud
Téléchargez les fichiers d'extension CookieCloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CookieCloud |
ID | ffjiejobkoibkjlhjnlgmcnnigeelbdl |
URL Officiel | https://chromewebstore.google.com/detail/cookiecloud/ffjiejobkoibkjlhjnlgmcnnigeelbdl |
Description | CookieCloud is a tool for syncing browser cookies to a self-hosted server. |
Taille du Fichier | 582 KB |
Nombre d'Installations | 6,289 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2024-02-13 |
Date de Publication | 2023-01-21 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | easychen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/easychen/CookieCloud |
URL de la Page d'Aide | https://support.qq.com/products/494234/ |
URL de la Page de Politique de Confidentialité | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
Langues Prises en Charge | 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": [ " |