Trump Replace
Replaces all instances of Trump's name on every page with something more tolerable.
Trump Replaceคืออะไร?
Trump Replace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackofspades และคุณลักษณะหลักของมันคือ "Replaces all instances of Trump's name on every page with something more tolerable."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump Replace
ดาวน์โหลดไฟล์ส่วนขยาย Trump Replace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trump Replace |
ID | ndkbcljkfigafchkgjacamkkomjmdkpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe |
คำอธิบาย | Replaces all instances of Trump's name on every page with something more tolerable. |
ขนาดไฟล์ | 8 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2016-10-13 |
วันที่เผยแพร่ | 2016-10-13 |
คะแนน | 4.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | jackofspades |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Replace", "description": "Replaces all instances of Trump's name on every page with something more tolerable.", "version": "1.1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "48": "trump.png", "26": "trump.png" } } |