Open Cookies.txt
An open-source, least privilege Cookies.txt extension
What is Open Cookies.txt?
Open Cookies.txt is a Chrome extension developed by Ninh Pham, and its main feature is "An open-source, least privilege Cookies.txt extension".
Extension Screenshots
Download Open Cookies.txt Extension CRX File
Download Open Cookies.txt 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
Least privilege Cookies.txt Extension Download or view cookies from the granted websites as cookies.txt format. The extension doesn't access your cookies by default. It only access when you allow it to. Permissions: - downloads: Download your cookie as a single file with fixed name (without (1) (2) (3).txt). This extension doesn't collect any user data. CHANGELOGS: - v1.2.0: 2023-Jan *) Added: support Incognito mode - v1.1.0: 2022-May *) Removed "Read your browsing history" permission (tabs). Source code: https://github.com/ReeganExE/open-cookies.txt
Extension Basic Information
Name | Open Cookies.txt |
ID | gdocmgbfkjnnpapoeobnolbbkoibbcif |
Official URL | https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif |
Description | An open-source, least privilege Cookies.txt extension |
File Size | 91.14 KB |
Installation Count | 6,000 |
Current Version | 1.2.0 |
Last Updated | 2023-01-03 |
Publish Date | 2021-07-25 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Ninh Pham |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ReeganExE/open-cookies.txt |
Help Page URL | https://github.com/ReeganExE/open-cookies.txt/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "downloads", "activeTab" ], "optional_permissions": [ "cookies", "*:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "View cookies", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icon.png", "128": "icon.png" }, "author": "Ninh Pham", "description": "An open-source, least privilege Cookies.txt extension", "version": "1.2.0", "name": "Open Cookies.txt" } |