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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
" | |