Fallen Zuma

Impeach Zuma from the Internet

Co to jest Fallen Zuma?

Fallen Zuma to rozszerzenie Chrome opracowane przez https://www.mitchsaid.com, a jego główną funkcją jest „Impeach Zuma from the Internet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fallen Zuma

Pobierz pliki rozszerzeń Fallen Zuma 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

                        Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen.

Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fallen Zuma Fallen Zuma
ID ehpggdllcbcbhabfpiknphnndhnniepe
Oficjalny URL https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe
Opis Impeach Zuma from the Internet
Rozmiar pliku 84.43 KB
Liczba instalacji 29
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-04-22
Data Publikacji 2016-04-21
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper https://www.mitchsaid.com
Typ Płatności free
Strona Rozszerzenia http://www.mitchsaid.com/fallenzuma
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen Zuma",
    "description": "Impeach Zuma from the Internet",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "animate.css"
            ],
            "js": [
                "jquery-2.2.2.min.js",
                "jquery.blast.min.js",
                "wow.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}