Planet of the Illuminati

Changes Planet of The Apes to Illuminati.

Qu'est-ce que Planet of the Illuminati ?

Planet of the Illuminati est une extension Chrome développée par pokemonrater, et sa fonction principale est "Changes Planet of The Apes to Illuminati.".

Télécharger le fichier CRX de l'extension Planet of the Illuminati

Téléchargez les fichiers d'extension Planet of the Illuminati 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

                                            

Informations de Base sur l'Extension

Nom Planet of the Illuminati Planet of the Illuminati
ID ddhphodjbdibddmclhpgkfjchemcdhbd
URL Officiel https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd
Description Changes Planet of The Apes to Illuminati.
Taille du Fichier 3.54 KB
Nombre d'Installations 12
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-08
Date de Publication 2016-03-08
Développeur pokemonrater
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Planet of the Illuminati",
    "description": "Changes Planet of The Apes to Illuminati.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}