Umbridgizer
This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.
Umbridgizerคืออะไร?
Umbridgizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย egdirbmu และคุณลักษณะหลักของมันคือ "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Umbridgizer
ดาวน์โหลดไฟล์ส่วนขยาย Umbridgizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension turns Donald Trump into Hogwarts teacher Dolores Umbridge. Because somehow that just seems right.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Umbridgizer |
ID | fcnmedblgeflkchhbgdfjkccjodaghli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/umbridgizer/fcnmedblgeflkchhbgdfjkccjodaghli |
คำอธิบาย | This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'. |
ขนาดไฟล์ | 4.45 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-03-03 |
วันที่เผยแพร่ | 2016-03-02 |
คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | egdirbmu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Umbridgizer", "description": "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "muggle.js" ] } ], "browser_action": { "default_icon": "kitty.png" }, "short_name": "Umbridge" } |