Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

O que é Nigel to Kitten?

Nigel to Kitten é uma extensão do Chrome desenvolvida por rtharrington, e sua principal característica é "Replaces pictures of Nigel Farage with pictures of kittens".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nigel to Kitten

Baixe arquivos de extensão Nigel to Kitten 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

                        That's pretty much all there is to say about that.                    

Informações Básicas da Extensão

Nome Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
URL Oficial https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
Descrição Replaces pictures of Nigel Farage with pictures of kittens
Tamanho do Arquivo 3.65 KB
Contagem de Instalações 17
Versão Atual 1.0.0
Última Atualização 2016-06-25
Data de Publicação 2016-06-24
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor rtharrington
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigel to Kitten",
    "short_name": "N2K",
    "version": "1.0.0",
    "description": "Replaces pictures of Nigel Farage with pictures of kittens",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}