National to Reptile

Real talk

Wat is National to Reptile?

National to Reptile is een Chrome-extensie ontwikkeld door David Kirschberg, en de belangrijkste functie is "Real talk".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie National to Reptile

Download National to Reptile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
Officiële URL https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Beschrijving Real talk
Bestandsgrootte 44.96 KB
Aantal Installaties 16
Huidige Versie 0.1.1
Laatst Bijgewerkt 2016-05-02
Publicatiedatum 2016-05-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar David Kirschberg
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}