Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
O que é Fear Mongering Shithead?
Fear Mongering Shithead é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fear Mongering Shithead
Baixe arquivos de extensão Fear Mongering Shithead 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
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole
Informações Básicas da Extensão
Nome | Fear Mongering Shithead |
ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
URL Oficial | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
Descrição | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
Tamanho do Arquivo | 34.96 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.0 |
Última Atualização | 2015-10-16 |
Data de Publicação | 2015-10-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fear Mongering Shithead", "version": "1.0", "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |