Gate to Fart
Replaces the text 'gate' with 'fart'.
Gate to Fartคืออะไร?
Gate to Fart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sana และคุณลักษณะหลักของมันคือ "Replaces the text 'gate' with 'fart'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gate to Fart
ดาวน์โหลดไฟล์ส่วนขยาย Gate to Fart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience. Update 1.1: Removed an unnecessary icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gate to Fart |
ID | iagclbkbkodngkiiipcnefjeilkfjflm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
คำอธิบาย | Replaces the text 'gate' with 'fart'. |
ขนาดไฟล์ | 7.99 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-07-19 |
วันที่เผยแพร่ | 2015-07-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Sana |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bigshika/gate-to-fart |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gate to Fart", "version": "1.1", "description": "Replaces the text 'gate' with 'fart'.", "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |