Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
O que é Bumpercar Candysnatch?
Bumpercar Candysnatch é uma extensão do Chrome desenvolvida por Viktor Seč, e sua principal característica é "Replaces Benedict Cumberbatch with silly names".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bumpercar Candysnatch
Baixe arquivos de extensão Bumpercar Candysnatch 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
Inspiration and original substitutions come from the following AskReddit thread: https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/ Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch
Informações Básicas da Extensão
Nome | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
URL Oficial | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
Descrição | Replaces Benedict Cumberbatch with silly names |
Tamanho do Arquivo | 5.02 KB |
Contagem de Instalações | 41 |
Versão Atual | 0.1.2 |
Última Atualização | 2016-11-12 |
Data de Publicação | 2016-11-12 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Viktor Seč |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/viktorsec/bumpercar-candysnatch |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bumpercar Candysnatch", "description": "Replaces Benedict Cumberbatch with silly names", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |