TrumpWeb Reloaded
Adds one of over 200 quotes to any mention of "Donald Trump"
Wat is TrumpWeb Reloaded?
TrumpWeb Reloaded is een Chrome-extensie ontwikkeld door Gugubo, en de belangrijkste functie is "Adds one of over 200 quotes to any mention of "Donald Trump"".
Extensie Screenshots
Download het CRX-bestand van de extensie TrumpWeb Reloaded
Download TrumpWeb Reloaded-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
Scans the current page for "Donald Trump", "Donald J. Trump", or "Donald John Trump" and adds one of over 200 quotes from Twitter, interviews, speeches, etc.
Basisinformatie over de Extensie
Naam | TrumpWeb Reloaded |
ID | jcpilfondalmklojgfimmemkngfdddec |
Officiële URL | https://chromewebstore.google.com/detail/trumpweb-reloaded/jcpilfondalmklojgfimmemkngfdddec |
Beschrijving | Adds one of over 200 quotes to any mention of "Donald Trump" |
Bestandsgrootte | 357 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.11 |
Laatst Bijgewerkt | 2018-12-01 |
Publicatiedatum | 2018-11-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Gugubo |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TrumpWeb Reloaded", "description": "Adds one of over 200 quotes to any mention of \"Donald Trump\" ", "version": "1.11", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TRUMP" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |