Drumpf
Replaces the Trump name with the original name within the current content.
Drumpfคืออะไร?
Drumpf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexako และคุณลักษณะหลักของมันคือ "Replaces the Trump name with the original name within the current content."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drumpf
ดาวน์โหลดไฟล์ส่วนขยาย Drumpf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jhkcgkbkmifjbicjkbdojclapdecckab |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab |
คำอธิบาย | Replaces the Trump name with the original name within the current content. |
ขนาดไฟล์ | 36.99 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-03-06 |
วันที่เผยแพร่ | 2016-03-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | alexako |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpf", "description": "Replaces the Trump name with the original name within the current content.", "version": "1.0", "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |