Cookie Monster

Block annoying 'accept cookies' popups.

Co to jest Cookie Monster?

Cookie Monster to rozszerzenie Chrome opracowane przez cookiemonsterapp, a jego główną funkcją jest „Block annoying 'accept cookies' popups.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie Monster

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

                        Cookie Monster blocks those annoying popups on websites prompting you to accept cookies. 

Cookie Monster is open-source. If the extension misses a popup or breaks a site, please file an issue at the GitHub page here: https://github.com/nickslevine/CookieMonster.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Monster Cookie Monster
ID gjdbndifhlodalkcbfnahjeeaahkaljd
Oficjalny URL https://chrome.google.com/webstore/detail/cookie-monster/gjdbndifhlodalkcbfnahjeeaahkaljd
Opis Block annoying 'accept cookies' popups.
Rozmiar pliku 388 KB
Liczba instalacji 331
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2018-11-14
Data Publikacji 2018-11-11
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper cookiemonsterapp
Typ Płatności free
Strona Rozszerzenia https://github.com/nickslevine/CookieMonster
Adres URL Strony Pomocy https://github.com/nickslevine/CookieMonster
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Monster",
    "version": "0.0.1",
    "description": "Block annoying 'accept cookies' popups.",
    "icons": {
        "16": "img\/cookiemonster16.png",
        "32": "img\/cookiemonster32.png",
        "128": "img\/cookiemonster128.png"
    },
    "browser_action": {
        "default_icon": "img\/cookiemonster32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cookiemonster.js"
            ]
        }
    ]
}