Trump Alternative Reality Extension
Replaces all the texts of a web page with genuine quotes from POTUS 45.
Was ist Trump Alternative Reality Extension?
Trump Alternative Reality Extension ist eine Chrome-Erweiterung, die von http://www.deesnay.com/trumpifier entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all the texts of a web page with genuine quotes from POTUS 45.".
Erweiterungsscreenshots
Trump Alternative Reality Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trump Alternative Reality Extension-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 extension replaces the texts of a web page with quotes by the President of the United States, extracted from his tweets, interviews, speeches... The screenshots attached show actual websites as modified by the extension. Click the extension icon every time you want to trumpify a web page. Feel free to read the extension web page to learn more about the concept.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ddjphobcncclgopldpbbgpcfmpmdhbbj |
Offizielle URL | https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj |
Beschreibung | Replaces all the texts of a web page with genuine quotes from POTUS 45. |
Dateigröße | 449 KB |
Installationsanzahl | 85 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2023-04-13 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://www.deesnay.com/trumpifier |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | http://www.deesnay.com/trumpifier/ |
Hilfeseite URL | http://www.deesnay.com/trumpifier/#qa |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump Alternative Reality Extension", "short_name": "Trumpifier", "description": "Replaces all the texts of a web page with genuine quotes from POTUS 45.", "author": "Denis Rionnet", "version": "1.2.1", "permissions": [ "scripting", "activeTab" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon16.png", "default_title": "Trumpify current page" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |