Trump to Kitten
Replaces pictures of Trump with pictures of kittens
Cos'è Trump to Kitten?
Trump to Kitten è un'estensione di Chrome sviluppata da rtharrington, e la sua funzione principale è "Replaces pictures of Trump with pictures of kittens".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump to Kitten
Scarica i file di estensione Trump to Kitten in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Donald-oriented version of Stop Tony Meow, which turned the former prime minister of Australia, Tony Abbott, into kittens. Informazioni di Base sull'Estensione
| Nome | |
| ID | beomfpdbplioicfnipbchephbgfbpbmg |
| URL Ufficiale | https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg |
| Descrizione | Replaces pictures of Trump with pictures of kittens |
| Dimensione del File | 34.05 KB |
| Conteggio Installazioni | 224 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-10-19 |
| Data di Pubblicazione | 2016-10-18 |
| Valutazione | 3.78/5 Totale 9 Valutazioni |
| Sviluppatore | rtharrington |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump to Kitten",
"short_name": "T2K",
"version": "1.0.1",
"description": "Replaces pictures of Trump with pictures of kittens",
"icons": {
"48": "icons\/ttk-48.png",
"96": "icons\/ttk-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"match_about_blank": true,
"js": [
"content_script.js"
],
"all_frames": true
}
]
} | |