Trump Kittens
Replace images of Donald Trump with cute little kittens
Apa itu Trump Kittens?
Trump Kittens adalah ekstensi Chrome yang dikembangkan oleh https://www.trumpkittens.com, dan fitur utamanya adalah "Replace images of Donald Trump with cute little kittens".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trump Kittens
Unduh file ekstensi Trump Kittens dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Trump Kittens |
ID | ccghcnenefcpjjikaalmfkafenlhagpn |
URL Resmi | https://chromewebstore.google.com/detail/trump-kittens/ccghcnenefcpjjikaalmfkafenlhagpn |
Deskripsi | Replace images of Donald Trump with cute little kittens |
Ukuran File | 238 KB |
Jumlah Instalasi | 1,218 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2019-06-24 |
Tanggal Publikasi | 2019-06-24 |
Penilaian | 4.41/5 Total 34 Penilaian |
Pengembang | https://www.trumpkittens.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |