Cookie Tab Viewer

Get cookies of the current tab.

Co to jest Cookie Tab Viewer?

Cookie Tab Viewer to rozszerzenie Chrome opracowane przez VIRE GmbH, a jego główną funkcją jest „Get cookies of the current tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie Tab Viewer

Pobierz pliki rozszerzeń Cookie Tab Viewer 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

                        A simple extension that shows you the cookie names and values of your current tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Tab Viewer Cookie Tab Viewer
ID fdlghnedhhdgjjfgdpgpaaiddipafhgk
Oficjalny URL https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk
Opis Get cookies of the current tab.
Rozmiar pliku 18.63 KB
Liczba instalacji 12,103
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-11-20
Data Publikacji 2019-09-03
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper VIRE GmbH
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://storrito.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Tab Viewer",
    "version": "2.0",
    "description": "Get cookies of the current tab.",
    "permissions": [
        "cookies",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "cookie-16.png",
        "48": "cookie-48.png",
        "128": "cookie-128.png"
    },
    "browser_action": {
        "default_icon": "cookie-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}