Trump To Chump
Replaces the text 'Trump' with 'Chump'.
Trump To Chumpคืออะไร?
Trump To Chump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drew Wasem และคุณลักษณะหลักของมันคือ "Replaces the text 'Trump' with 'Chump'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump To Chump
ดาวน์โหลดไฟล์ส่วนขยาย Trump To Chump ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spreading the truth throughout the internet, Donald Trump is a Chump.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | almlkepgjlmnpndeahbcpinhhdffbech |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
คำอธิบาย | Replaces the text 'Trump' with 'Chump'. |
ขนาดไฟล์ | 18.68 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2015-08-23 |
วันที่เผยแพร่ | 2015-08-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Drew Wasem |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/CapeDrew/Trump-To-Chump |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Chump", "short_name": "Trump To Chump", "description": "Replaces the text 'Trump' with 'Chump'.", "author": "Andrew R Wasem", "version": "1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |