Open Cookies.txt

An open-source, least privilege Cookies.txt extension

Cos'è Open Cookies.txt?

Open Cookies.txt è un'estensione di Chrome sviluppata da Ninh Pham, e la sua funzione principale è "An open-source, least privilege Cookies.txt extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Open Cookies.txt

Scarica i file di estensione Open Cookies.txt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Open Cookies.txt Open Cookies.txt
ID gdocmgbfkjnnpapoeobnolbbkoibbcif
URL Ufficiale https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif
Descrizione An open-source, least privilege Cookies.txt extension
Dimensione del File 91.14 KB
Conteggio Installazioni 6,000
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-01-03
Data di Pubblicazione 2021-07-25
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Ninh Pham
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ReeganExE/open-cookies.txt
URL della Pagina di Aiuto https://github.com/ReeganExE/open-cookies.txt/issues
Lingue Supportate 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"
}