Trump to Festering Anus
Replaces the text 'Donald Trump' with 'Festering Anus'.
O que é Trump to Festering Anus?
Trump to Festering Anus é uma extensão do Chrome desenvolvida por Drunken Sasquatch, e sua principal característica é "Replaces the text 'Donald Trump' with 'Festering Anus'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trump to Festering Anus
Baixe arquivos de extensão Trump to Festering Anus 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
Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism? Regardless (or irregardless as a Trump supporter might say), you should just install this extension.
Informações Básicas da Extensão
Nome | |
ID | bcgcnhpijehppimfgpodckmnlnlhmeje |
URL Oficial | https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje |
Descrição | Replaces the text 'Donald Trump' with 'Festering Anus'. |
Tamanho do Arquivo | 26.98 KB |
Contagem de Instalações | 155 |
Versão Atual | 1.5 |
Última Atualização | 2015-12-28 |
Data de Publicação | 2015-12-28 |
Classificação | 4.76/5 Total de 21 Avaliações |
Desenvolvedor | Drunken Sasquatch |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Festering Anus", "short_name": "T2A", "version": "1.5", "icons": { "128": "trump-head.png" }, "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |