Trump Kittens
Replace images of Donald Trump with cute little kittens
O que é Trump Kittens?
Trump Kittens é uma extensão do Chrome desenvolvida por https://www.trumpkittens.com, e sua principal característica é "Replace images of Donald Trump with cute little kittens".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trump Kittens
Baixe arquivos de extensão Trump Kittens 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
If you're anything like me, you're truly over seeing pictures of the Donald and his entourage everywhere in the media. If a website attempts to display an image of Trump and the image is tagged or titled with his name, then you'll get a cute kitten instead. It's so theraputic and is a very effective stress reliever. It also deals with pictures of Melania, Tunbull and some other irritating reality tv 'celebrities and douchebag politicians. Now with support for Nigel Farage v 004 - fixed bug when content served over https. Added support for blocking Tony Abbott and Pauline Hanson v 005 - added support for Drumpf and Dutton. Thanks for the idea David! v 006 - added Kellyanne Conway by popular request.... v 007 - added Israel Folau. For Danny.
Informações Básicas da Extensão
Nome | Trump Kittens |
ID | ccghcnenefcpjjikaalmfkafenlhagpn |
URL Oficial | https://chromewebstore.google.com/detail/trump-kittens/ccghcnenefcpjjikaalmfkafenlhagpn |
Descrição | Replace images of Donald Trump with cute little kittens |
Tamanho do Arquivo | 238 KB |
Contagem de Instalações | 1,218 |
Versão Atual | 0.0.7 |
Última Atualização | 2019-06-24 |
Data de Publicação | 2019-06-24 |
Classificação | 4.41/5 Total de 34 Avaliações |
Desenvolvedor | https://www.trumpkittens.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replace images of Donald Trump with cute little kittens", "homepage_url": "http:\/\/www.trumpkittens.com\/", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "manifest_version": 2, "name": "Trump Kittens", "permissions": [ "http:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7" } |