Cookie Tool

Modify the domain name scope of all cookies with one click

Co to jest Cookie Tool?

Cookie Tool to rozszerzenie Chrome opracowane przez cjhsources, a jego główną funkcją jest „Modify the domain name scope of all cookies with one click”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cookie Tool

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

                        Modify the domain name scope of all cookies with one click; eg:   www.google.com ->  .google.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Tool Cookie Tool
ID cmcibloenecepmjigcfaehanbcpkcajb
Oficjalny URL https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb
Opis Modify the domain name scope of all cookies with one click
Rozmiar pliku 79.23 KB
Liczba instalacji 30
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2019-08-27
Data Publikacji 2019-08-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper cjhsources
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Tool",
    "version": "0.0.2",
    "description": "Modify the domain name scope of all cookies with one click",
    "author": "cjh",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}