Open Cookies.txt
An open-source, least privilege Cookies.txt extension
Wat is Open Cookies.txt?
Open Cookies.txt is een Chrome-extensie ontwikkeld door Ninh Pham, en de belangrijkste functie is "An open-source, least privilege Cookies.txt extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Cookies.txt
Download Open Cookies.txt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Open Cookies.txt |
ID | gdocmgbfkjnnpapoeobnolbbkoibbcif |
Officiële URL | https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif |
Beschrijving | An open-source, least privilege Cookies.txt extension |
Bestandsgrootte | 91.14 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-01-03 |
Publicatiedatum | 2021-07-25 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Ninh Pham |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ReeganExE/open-cookies.txt |
Help Pagina-URL | https://github.com/ReeganExE/open-cookies.txt/issues |
Ondersteunde Talen | 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" } |