Planet of the Illuminati
Changes Planet of The Apes to Illuminati.
Wat is Planet of the Illuminati?
Planet of the Illuminati is een Chrome-extensie ontwikkeld door pokemonrater, en de belangrijkste functie is "Changes Planet of The Apes to Illuminati.".
Download het CRX-bestand van de extensie Planet of the Illuminati
Download Planet of the Illuminati-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
Basisinformatie over de Extensie
Naam | |
ID | ddhphodjbdibddmclhpgkfjchemcdhbd |
Officiële URL | https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd |
Beschrijving | Changes Planet of The Apes to Illuminati. |
Bestandsgrootte | 3.54 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-08 |
Publicatiedatum | 2016-03-08 |
Ontwikkelaar | pokemonrater |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |