Trump2Poop
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
O que é Trump2Poop?
Trump2Poop é uma extensão do Chrome desenvolvida por Steve M. Romain, e sua principal característica é "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trump2Poop
Baixe arquivos de extensão Trump2Poop 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
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man. Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.
Informações Básicas da Extensão
Nome | |
ID | kdkbjajjmloepgdifkhfcnjibpheholg |
URL Oficial | https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg |
Descrição | Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet. |
Tamanho do Arquivo | 102 KB |
Contagem de Instalações | 90 |
Versão Atual | 0.0.1.1 |
Última Atualização | 2015-08-10 |
Data de Publicação | 2015-08-10 |
Classificação | 4.82/5 Total de 11 Avaliações |
Desenvolvedor | Steve M. Romain |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump2Poop", "version": "0.0.1.1", "manifest_version": 2, "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.", "icons": { "16": "images\/poop2.16.png", "48": "images\/poop2.48.png", "128": "images\/poop2.128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/poop1.jpg", "images\/poop2.jpg" ] } |