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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |