Donald Trump to F**kface Von Clownstick
Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
Donald Trump to F**kface Von Clownstickคืออะไร?
Donald Trump to F**kface Von Clownstick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย archimedes__r และคุณลักษณะหลักของมันคือ "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Donald Trump to F**kface Von Clownstick
ดาวน์โหลดไฟล์ส่วนขยาย Donald Trump to F**kface Von Clownstick ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Changes Donald Trump, Donald J Trump, Donald J. Trump, and Donald John Trump to "Fuckface von Clownstick" - Changes Trump to "von Clownstick" - Changes @realDonaldTrump to @FuckfaceVonClownstick - Changes www.donaldjtrump.com (on webpages) to www.fuckfacevonclownstick.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpdlhobffjgjjfkhcnffelihnmhnekhi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi |
คำอธิบาย | Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts. |
ขนาดไฟล์ | 3.77 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-04-29 |
วันที่เผยแพร่ | 2017-04-29 |
ผู้พัฒนา | archimedes__r |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump to F**kface Von Clownstick", "description": "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |