The Trumpinator™
Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
The Trumpinator™คืออะไร?
The Trumpinator™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trump-800 และคุณลักษณะหลักของมันคือ "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Trumpinator™
ดาวน์โหลดไฟล์ส่วนขยาย The Trumpinator™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmibnnkgfdonadejjcljacffalpcaolk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk |
คำอธิบาย | Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames. |
ขนาดไฟล์ | 13.34 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-30 |
วันที่เผยแพร่ | 2016-06-30 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Trump-800 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Trumpinator\u2122", "description": "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.", "version": "1.0", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ] } |