CookieCloud
CookieCloud is a tool for syncing browser cookies to a self-hosted server.
CookieCloudคืออะไร?
CookieCloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย easychen และคุณลักษณะหลักของมันคือ "CookieCloud is a tool for syncing browser cookies to a self-hosted server."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CookieCloud
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ " |