Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
What is Cookie Downloader?
Cookie Downloader is a Chrome extension developed by Unknown, and its main feature is "Very useful extension for downloading session parameters in Chrome.".
Extension Screenshots
Download Cookie Downloader Extension CRX File
Download Cookie Downloader 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
Very useful downloader for Instagram cookie. It stores the Instagram cookies for people who need it and provides convenience for them in their next login.
Extension Basic Information
Name | Cookie Downloader |
ID | mcnohaldinakaemlaanniihikocancem |
Official URL | https://chromewebstore.google.com/detail/cookie-downloader/mcnohaldinakaemlaanniihikocancem |
Description | Very useful extension for downloading session parameters in Chrome. |
File Size | 97.49 KB |
Installation Count | 207 |
Current Version | 1.0.0 |
Last Updated | 2020-03-04 |
Publish Date | 2020-03-04 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://sharingtools.services |
Help Page URL | https://sharingtools.services |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "description": "__MSG_appDesc__", "permissions": [ "tabs", "cookies", "*:\/\/*.instagram.com\/", "downloads" ], "icons": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_32.png", "48": "images\/session_builder_48.png", "128": "images\/session_builder_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_16.png", "48": "images\/session_builder_16.png", "128": "images\/session_builder_16.png" } }, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |