National to Reptile

Real talk

Qu'est-ce que National to Reptile ?

National to Reptile est une extension Chrome développée par David Kirschberg, et sa fonction principale est "Real talk".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension National to Reptile

Téléchargez les fichiers d'extension National to Reptile au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
URL Officiel https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Description Real talk
Taille du Fichier 44.96 KB
Nombre d'Installations 16
Version Actuelle 0.1.1
Dernière Mise à Jour 2016-05-02
Date de Publication 2016-05-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur David Kirschberg
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}