Trumpisms
Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
Trumpismsคืออะไร?
Trumpisms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CaseySoftware และคุณลักษณะหลักของมันคือ "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trumpisms
ดาวน์โหลดไฟล์ส่วนขยาย Trumpisms ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces various words with President Trump's preferred nicknames. Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary" Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trumpisms |
ID | feabnchiknilhgjblocljbhpcmdaiplc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc |
คำอธิบาย | Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension. |
ขนาดไฟล์ | 208 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-05-25 |
วันที่เผยแพร่ | 2017-05-24 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | CaseySoftware |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/caseysoftware/trumpisms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpisms", "version": "1.0.1", "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "icons": { "48": "images\/laugh-48.png", "128": "images\/laugh-128.png" } } |