Planet of the Illuminati
Changes Planet of The Apes to Illuminati.
¿Qué es Planet of the Illuminati?
Planet of the Illuminati es una extensión de Chrome desarrollada por pokemonrater, y su función principal es "Changes Planet of The Apes to Illuminati.".
Descargar Archivo CRX de la Extensión Planet of the Illuminati
Descarga archivos de extensión Planet of the Illuminati en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | ddhphodjbdibddmclhpgkfjchemcdhbd |
URL Oficial | https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd |
Descripción | Changes Planet of The Apes to Illuminati. |
Tamaño del Archivo | 3.54 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 1.0 |
Última Actualización | 2016-03-08 |
Fecha de Publicación | 2016-03-08 |
Desarrollador | pokemonrater |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |