Trump Alternative Reality Extension
Replaces all the texts of a web page with genuine quotes from POTUS 45.
Τι είναι το Trump Alternative Reality Extension;
Το Trump Alternative Reality Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.deesnay.com/trumpifier, και η κύρια λειτουργία του είναι "Replaces all the texts of a web page with genuine quotes from POTUS 45.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trump Alternative Reality Extension
Λήψη αρχείων επέκτασης Trump Alternative Reality Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ddjphobcncclgopldpbbgpcfmpmdhbbj |
Επίσημο URL | https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj |
Περιγραφή | Replaces all the texts of a web page with genuine quotes from POTUS 45. |
Μέγεθος Αρχείου | 449 KB |
Αριθμός Εγκαταστάσεων | 85 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2023-04-13 |
Ημερομηνία Δημοσίευσης | 2020-06-16 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://www.deesnay.com/trumpifier |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | http://www.deesnay.com/trumpifier/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.deesnay.com/trumpifier/#qa |
Υποστηριζόμενες Γλώσσες | 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" } } |