National to Reptile

Real talk

Co to jest National to Reptile?

National to Reptile to rozszerzenie Chrome opracowane przez David Kirschberg, a jego główną funkcją jest „Real talk”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia National to Reptile

Pobierz pliki rozszerzeń National to Reptile 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

                        Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.                    

Podstawowe informacje o rozszerzeniu

Nazwa National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
Oficjalny URL https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Opis Real talk
Rozmiar pliku 44.96 KB
Liczba instalacji 16
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2016-05-02
Data Publikacji 2016-05-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper David Kirschberg
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "National to Reptile ",
    "description": "Real talk",
    "version": "0.1.1",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}