Benedict Cumberbatch

This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.

O que é Benedict Cumberbatch?

Benedict Cumberbatch é uma extensão do Chrome desenvolvida por Afal, e sua principal característica é "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Benedict Cumberbatch

Baixe arquivos de extensão Benedict Cumberbatch 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 Benedict Cumberbatch Benedict Cumberbatch
ID bhhakmjlmcijlidmjjhhkldkhdljgldg
URL Oficial https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg
Descrição This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
Tamanho do Arquivo 12.32 KB
Contagem de Instalações 37
Versão Atual 1.0
Última Atualização 2015-08-23
Data de Publicação 2015-08-23
Classificação 4.77/5 Total de 13 Avaliações
Desenvolvedor Afal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Benedict Cumberbatch",
    "description": "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.",
    "version": "1.0",
    "icons": {
        "128": "benedict.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}