Planet of the Illuminati
Changes Planet of The Apes to Illuminati.
Cos'è Planet of the Illuminati?
Planet of the Illuminati è un'estensione di Chrome sviluppata da pokemonrater, e la sua funzione principale è "Changes Planet of The Apes to Illuminati.".
Scarica il file CRX dell'estensione Planet of the Illuminati
Scarica i file di estensione Planet of the Illuminati 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
Informazioni di Base sull'Estensione
Nome | |
ID | ddhphodjbdibddmclhpgkfjchemcdhbd |
URL Ufficiale | https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd |
Descrizione | Changes Planet of The Apes to Illuminati. |
Dimensione del File | 3.54 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-08 |
Data di Pubblicazione | 2016-03-08 |
Sviluppatore | pokemonrater |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |