Trump Goggles
See the world like Trump does.
Cos'è Trump Goggles?
Trump Goggles è un'estensione di Chrome sviluppata da phrazzld, e la sua funzione principale è "See the world like Trump does.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump Goggles
Scarica i file di estensione Trump Goggles 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
See the world through Trump's eyes.
ISIS = Evil Losers
Hillary Clinton = Crooked Hillary
CNN = Clinton News Network
New York Times = Fake News
Kim Jong Un = Little Rocket Man
Coffee = covfefe
And many more! Informazioni di Base sull'Estensione
| Nome | |
| ID | jffbimfdmgbfannficjejaffmnggoigd |
| URL Ufficiale | https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd |
| Descrizione | See the world like Trump does. |
| Dimensione del File | 30.44 KB |
| Conteggio Installazioni | 38 |
| Versione Corrente | 18.4.08 |
| Ultimo Aggiornamento | 2018-04-08 |
| Data di Pubblicazione | 2018-04-08 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | phrazzld |
| [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 Goggles",
"short_name": "trumpgoggles",
"description": "See the world like Trump does.",
"version": "18.4.08",
"browser_action": {
"default_title": "Trump Goggles",
"default_icon": {
"19": "images\/djt.png",
"38": "images\/djt.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*:\/\/*\/*",
"storage",
"contextMenus"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"options_page": "options.html",
"icons": {
"16": "images\/djt.png",
"48": "images\/djt.png",
"128": "images\/djt.png"
}
} | |