Nashey Cougar
Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
O que é Nashey Cougar?
Nashey Cougar é uma extensão do Chrome desenvolvida por dan devine, e sua principal característica é "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nashey Cougar
Baixe arquivos de extensão Nashey Cougar 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
This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.
Informações Básicas da Extensão
Nome | Nashey Cougar |
ID | jjoajpghilppoeackfnbafblijkhocno |
URL Oficial | https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno |
Descrição | Replaces the text 'Nicolas Cage' with 'Nashey Cougar'. |
Tamanho do Arquivo | 46.16 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.3 |
Última Atualização | 2015-03-27 |
Data de Publicação | 2015-03-27 |
Desenvolvedor | dan devine |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://danieldevine.github.io/nashey-cougar/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nashey Cougar", "version": "1.3", "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.", "browser_action": { "default_icon": "nc.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |