Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

O que é Benedict Cumberbatch-inator?

Benedict Cumberbatch-inator é uma extensão do Chrome desenvolvida por gabefoad, e sua principal característica é "Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…".

Baixar o arquivo CRX da Extensão Benedict Cumberbatch-inator

Baixe arquivos de extensão Benedict Cumberbatch-inator 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

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

Informações Básicas da Extensão

Nome Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
URL Oficial https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
Descrição Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
Tamanho do Arquivo 4.99 KB
Contagem de Instalações 14
Versão Atual 1.2.0
Última Atualização 2016-07-21
Data de Publicação 2016-07-21
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor gabefoad
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}