Trump Goggles
See the world like Trump does.
Wat is Trump Goggles?
Trump Goggles is een Chrome-extensie ontwikkeld door phrazzld, en de belangrijkste functie is "See the world like Trump does.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump Goggles
Download Trump Goggles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Trump Goggles |
ID | jffbimfdmgbfannficjejaffmnggoigd |
Officiële URL | https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd |
Beschrijving | See the world like Trump does. |
Bestandsgrootte | 30.44 KB |
Aantal Installaties | 38 |
Huidige Versie | 18.4.08 |
Laatst Bijgewerkt | 2018-04-08 |
Publicatiedatum | 2018-04-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | phrazzld |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |