Container to Fart
Replaces the text 'container' with 'fart'.
Container to Fartคืออะไร?
Container to Fart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jacob.m.robinson และคุณลักษณะหลักของมันคือ "Replaces the text 'container' with 'fart'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Container to Fart
ดาวน์โหลดไฟล์ส่วนขยาย Container to Fart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
คำอธิบาย | Replaces the text 'container' with 'fart'. |
ขนาดไฟล์ | 3.38 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-12-02 |
วันที่เผยแพร่ | 2014-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jacob.m.robinson |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jakerobinson/container-to-fart |
URL หน้าช่วยเหลือ | https://github.com/jakerobinson/container-to-fart/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Container to Fart", "version": "1.0", "description": "Replaces the text 'container' with 'fart'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |