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 http://www.deesnay.com/trumpifier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all the texts of a web page with genuine quotes from POTUS 45."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trump Alternative Reality Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |