Planet of the Illuminati

Changes Planet of The Apes to Illuminati.

O que é Planet of the Illuminati?

Planet of the Illuminati é uma extensão do Chrome desenvolvida por pokemonrater, e sua principal característica é "Changes Planet of The Apes to Illuminati.".

Baixar o arquivo CRX da Extensão Planet of the Illuminati

Baixe arquivos de extensão Planet of the Illuminati no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Planet of the Illuminati Planet of the Illuminati
ID ddhphodjbdibddmclhpgkfjchemcdhbd
URL Oficial https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd
Descrição Changes Planet of The Apes to Illuminati.
Tamanho do Arquivo 3.54 KB
Contagem de Instalações 12
Versão Atual 1.0
Última Atualização 2016-03-08
Data de Publicação 2016-03-08
Desenvolvedor pokemonrater
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}