Cookie Downloader

Very useful extension for downloading session parameters in Chrome.

Cos'è Cookie Downloader?

Cookie Downloader è un'estensione di Chrome sviluppata da https://nextpost.tech, e la sua funzione principale è "Very useful extension for downloading session parameters in Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Downloader

Scarica i file di estensione Cookie Downloader 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Cookie Downloader Cookie Downloader
ID epldkbdhmpdcdgcolndopgkigelnmlmo
URL Ufficiale https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo
Descrizione Very useful extension for downloading session parameters in Chrome.
Dimensione del File 98.34 KB
Conteggio Installazioni 4,302
Versione Corrente 1.0.10
Ultimo Aggiornamento 2022-06-27
Data di Pubblicazione 2020-05-14
Valutazione 2.33/5 Totale 6 Valutazioni
Sviluppatore https://nextpost.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nextpost.tech/downloads/cookie-downloader/
URL della Pagina di Aiuto https://nextpost.tech/contacts/
Lingue Supportate 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
}