National to Reptile

Real talk

Cos'è National to Reptile?

National to Reptile è un'estensione di Chrome sviluppata da David Kirschberg, e la sua funzione principale è "Real talk".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione National to Reptile

Scarica i file di estensione National to Reptile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
URL Ufficiale https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Descrizione Real talk
Dimensione del File 44.96 KB
Conteggio Installazioni 16
Versione Corrente 0.1.1
Ultimo Aggiornamento 2016-05-02
Data di Pubblicazione 2016-05-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore David Kirschberg
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}