Trump to Duck
Replaces 'Donald Trump' with 'Donald Duck' on all websites.
Trump to Duckคืออะไร?
Trump to Duck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Melvin และคุณลักษณะหลักของมันคือ "Replaces 'Donald Trump' with 'Donald Duck' on all websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump to Duck
ดาวน์โหลดไฟล์ส่วนขยาย Trump to Duck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make the internet great again with this extension that replaces all text occurrences of Donald Trump with Donald Duck.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trump to Duck |
ID | pjkmmjikebglpgmjajabpdnkbnliobca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trump-to-duck/pjkmmjikebglpgmjajabpdnkbnliobca |
คำอธิบาย | Replaces 'Donald Trump' with 'Donald Duck' on all websites. |
ขนาดไฟล์ | 3.36 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-09 |
วันที่เผยแพร่ | 2016-11-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Melvin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Duck", "version": "1.0", "description": "Replaces 'Donald Trump' with 'Donald Duck' on all websites.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |