The Trumpweb
Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Wat is The Trumpweb?
The Trumpweb is een Chrome-extensie ontwikkeld door Patrick Hogan, en de belangrijkste functie is "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Trumpweb
Download The Trumpweb-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
This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more.
Developed by Fusion. Learn more at Fusion.net. Basisinformatie over de Extensie
| Naam | |
| ID | fjkehfaokpmcbigmbgdhmjblecgfkedg |
| Officiële URL | https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg |
| Beschrijving | Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name. |
| Bestandsgrootte | 10.36 KB |
| Aantal Installaties | 3,664 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2015-07-10 |
| Publicatiedatum | 2015-07-10 |
| Beoordeling | 4.68/5 Totaal 297 Beoordelingen |
| Ontwikkelaar | Patrick Hogan |
| Betalingswijze | free |
| Extensiewebsite | http://www.fusion.net |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Trumpweb",
"version": "0.2.1",
"description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |