Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
What is Cookie Downloader?
Cookie Downloader is a Chrome extension developed by https://nextpost.tech, 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 extension for downloading session parameters in browser. - Fast and easy detection of session parameters - In-built session file generation feature You can buy integration guide of this extension officially here: https://nextpost.tech/downloads/cookie-downloader/ Developed by Nextpost.tech Team.
Extension Basic Information
Name | Cookie Downloader |
ID | epldkbdhmpdcdgcolndopgkigelnmlmo |
Official URL | https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo |
Description | Very useful extension for downloading session parameters in Chrome. |
File Size | 98.34 KB |
Installation Count | 4,302 |
Current Version | 1.0.10 |
Last Updated | 2022-06-27 |
Publish Date | 2020-05-14 |
Rating | 2.33/5 Total 6 Ratings |
Developer | https://nextpost.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://nextpost.tech/downloads/cookie-downloader/ |
Help Page URL | https://nextpost.tech/contacts/ |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.10", "description": "__MSG_appDesc__", "permissions": [ "tabs", "cookies", "downloads" ], "host_permissions": [ "*:\/\/*.instagram.com\/" ], "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" }, "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": { "extension_page": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" }, "manifest_version": 3 } |