Deplorable Extension
Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
Deplorable Extensionคืออะไร?
Deplorable Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deplorable และคุณลักษณะหลักของมันคือ "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deplorable Extension
ดาวน์โหลดไฟล์ส่วนขยาย Deplorable Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ompbljdfaklkcdhgfclcjhgnmmooelcn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn |
คำอธิบาย | Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'. |
ขนาดไฟล์ | 14.83 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 6.16 |
อัปเดตครั้งล่าสุด | 2016-09-25 |
วันที่เผยแพร่ | 2016-09-25 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | deplorable |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "deplorable.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.", "icons": { "16": "mlg16.jpg", "32": "mlg32.jpg", "48": "mlg48.jpg", "128": "mlg128.jpg" }, "name": "Deplorable Extension", "short_name": "Deplorable", "version": "6.16" } |