Coloe Cookie Crusher

This extension clears all cookies in your browser and refreshes the current page.

Co to jest Coloe Cookie Crusher?

Coloe Cookie Crusher to rozszerzenie Chrome opracowane przez Fat Cattitude, LLC, a jego główną funkcją jest „This extension clears all cookies in your browser and refreshes the current page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Coloe Cookie Crusher

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

                        Clear a website's cookies and refresh the page all in one click!                    

Podstawowe informacje o rozszerzeniu

Nazwa Coloe Cookie Crusher Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
Oficjalny URL https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh
Opis This extension clears all cookies in your browser and refreshes the current page.
Rozmiar pliku 30.35 KB
Liczba instalacji 286
Aktualna Wersja 0.0.0.6
Ostatnia Aktualizacja 2023-07-30
Data Publikacji 2018-08-14
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Fat Cattitude, LLC
E-mail [email protected]
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": "Coloe Cookie Crusher",
    "description": "This extension clears all cookies in your browser and refreshes the current page.",
    "version": "0.0.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    }
}