Trump Replacer
Replaces 'Trump' with various alternate terms
Trump Replacerคืออะไร?
Trump Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mustee และคุณลักษณะหลักของมันคือ "Replaces 'Trump' with various alternate terms"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump Replacer
ดาวน์โหลดไฟล์ส่วนขยาย Trump Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces 'Trump' with various alternate, more accurate terms.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jhkpjfpjfjgjohghkbekkbpokmjhblbe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trump-replacer/jhkpjfpjfjgjohghkbekkbpokmjhblbe |
คำอธิบาย | Replaces 'Trump' with various alternate terms |
ขนาดไฟล์ | 4.25 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2015-12-09 |
วันที่เผยแพร่ | 2015-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | mustee |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Replacer", "description": "Replaces 'Trump' with various alternate terms", "version": "1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |