EarMuffs
EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.
EarMuffsคืออะไร?
EarMuffs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย designcouch และคุณลักษณะหลักของมันคือ "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EarMuffs
ดาวน์โหลดไฟล์ส่วนขยาย EarMuffs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EarMuffs |
ID | dpadaelgpnkkgkkjepdnibeehagbahmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/earmuffs/dpadaelgpnkkgkkjepdnibeehagbahmf |
คำอธิบาย | EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language. |
ขนาดไฟล์ | 118 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-09-04 |
วันที่เผยแพร่ | 2014-09-04 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | designcouch |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EarMuffs", "version": "0.1", "homepage_url": "http:\/\/www.designcouch.com", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.", "browser_action": { "name": "EarMuffs" }, "content_scripts": [ { "js": [ "jquery.min.js", "profanity.js" ], "css": [ "profanity.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |