Trump Alternative Reality Extension
Replaces all the texts of a web page with genuine quotes from POTUS 45.
Qu'est-ce que Trump Alternative Reality Extension ?
Trump Alternative Reality Extension est une extension Chrome développée par http://www.deesnay.com/trumpifier, et sa fonction principale est "Replaces all the texts of a web page with genuine quotes from POTUS 45.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump Alternative Reality Extension
Téléchargez les fichiers d'extension Trump Alternative Reality Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ddjphobcncclgopldpbbgpcfmpmdhbbj |
URL Officiel | https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj |
Description | Replaces all the texts of a web page with genuine quotes from POTUS 45. |
Taille du Fichier | 449 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2023-04-13 |
Date de Publication | 2020-06-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://www.deesnay.com/trumpifier |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | http://www.deesnay.com/trumpifier/ |
URL de la Page d'Aide | http://www.deesnay.com/trumpifier/#qa |
Langues Prises en Charge | 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" } } |