Donald Trump Is An Actual Circus Clown
Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Donald Trump Is An Actual Circus Clownคืออะไร?
Donald Trump Is An Actual Circus Clown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย satellytehye และคุณลักษณะหลักของมันคือ "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Donald Trump Is An Actual Circus Clown
ดาวน์โหลดไฟล์ส่วนขยาย Donald Trump Is An Actual Circus Clown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Donald Trump Is An Actual Circus Clown |
ID | kohnonlalhadnjpmjcdebkdpbfmplmed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed |
คำอธิบาย | Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'. |
ขนาดไฟล์ | 18.99 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-12-08 |
วันที่เผยแพร่ | 2015-12-08 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | satellytehye |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump Is An Actual Circus Clown", "short_name": "Trump2Clown", "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.", "version": "0.1", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |