Planet of the Illuminati
Changes Planet of The Apes to Illuminati.
Co je Planet of the Illuminati?
Planet of the Illuminati je rozšíření Chrome vyvinuté pokemonrater, a jeho hlavní funkcí je „Changes Planet of The Apes to Illuminati.“.
Stáhnout soubor CRX rozšíření Planet of the Illuminati
Stáhněte si soubory rozšíření Planet of the Illuminati ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | ddhphodjbdibddmclhpgkfjchemcdhbd |
Oficiální URL | https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd |
Popis | Changes Planet of The Apes to Illuminati. |
Velikost souboru | 3.54 KB |
Počet instalací | 12 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-03-08 |
Datum Vydání | 2016-03-08 |
Vývojář | pokemonrater |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |