National to Reptile

Real talk

O que é National to Reptile?

National to Reptile é uma extensão do Chrome desenvolvida por David Kirschberg, e sua principal característica é "Real talk".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão National to Reptile

Baixe arquivos de extensão National to Reptile 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

                        Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.                    

Informações Básicas da Extensão

Nome National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
URL Oficial https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Descrição Real talk
Tamanho do Arquivo 44.96 KB
Contagem de Instalações 16
Versão Atual 0.1.1
Última Atualização 2016-05-02
Data de Publicação 2016-05-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor David Kirschberg
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "National to Reptile ",
    "description": "Real talk",
    "version": "0.1.1",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}