The Trumpweb
Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Was ist The Trumpweb?
The Trumpweb ist eine Chrome-Erweiterung, die von Patrick Hogan entwickelt wurde, und ihr Hauptmerkmal ist "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".
Erweiterungsscreenshots
The Trumpweb-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Trumpweb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fjkehfaokpmcbigmbgdhmjblecgfkedg |
| Offizielle URL | https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg |
| Beschreibung | Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name. |
| Dateigröße | 10.36 KB |
| Installationsanzahl | 3,664 |
| Aktuelle Version | 0.2.1 |
| Letztes Update | 2015-07-10 |
| Veröffentlichungsdatum | 2015-07-10 |
| Bewertung | 4.68/5 Insgesamt 297 Bewertungen |
| Entwickler | Patrick Hogan |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.fusion.net |
| Unterstützte Sprachen | 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"
}
]
} | |