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" } } |