Cookie Downloader

Very useful extension for downloading session parameters in Chrome.

Co to jest Cookie Downloader?

Cookie Downloader to rozszerzenie Chrome opracowane przez https://nextpost.tech, a jego główną funkcją jest „Very useful extension for downloading session parameters in Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie Downloader

Pobierz pliki rozszerzeń Cookie Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Downloader Cookie Downloader
ID epldkbdhmpdcdgcolndopgkigelnmlmo
Oficjalny URL https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo
Opis Very useful extension for downloading session parameters in Chrome.
Rozmiar pliku 98.34 KB
Liczba instalacji 4,302
Aktualna Wersja 1.0.10
Ostatnia Aktualizacja 2022-06-27
Data Publikacji 2020-05-14
Ocena 2.33/5 Łącznie 6 Oceny
Deweloper https://nextpost.tech
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nextpost.tech/downloads/cookie-downloader/
Adres URL Strony Pomocy https://nextpost.tech/contacts/
Obsługiwane Języki 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
}