SyncMyCookie
A Chrome extension to synchronize cookies.
What is SyncMyCookie?
SyncMyCookie is a Chrome extension developed by Andie, and its main feature is "A Chrome extension to synchronize cookies.".
Extension Screenshots
Download SyncMyCookie Extension CRX File
Download SyncMyCookie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How to use: https://github.com/Andiedie/sync-my-cookie/blob/master/README.md
Extension Basic Information
Name | SyncMyCookie |
ID | laapobniolmbhnkldepjnebendehhmmf |
Official URL | https://chromewebstore.google.com/detail/syncmycookie/laapobniolmbhnkldepjnebendehhmmf |
Description | A Chrome extension to synchronize cookies. |
File Size | 449 KB |
Installation Count | 6,330 |
Current Version | 2.0.0 |
Last Updated | 2019-01-23 |
Publish Date | 2019-01-22 |
Rating | 4.93/5 Total 14 Ratings |
Developer | Andie |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Andiedie/sync-my-cookie |
Help Page URL | https://github.com/Andiedie/sync-my-cookie/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SyncMyCookie", "version": "2.0.0", "description": "A Chrome extension to synchronize cookies.", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_action": { "default_icon": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "default_title": "SyncMyCookie", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "cookies", "storage", " |