Safe Words
Takes out bad words from all your webpages
Safe Wordsคืออะไร?
Safe Words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย a young programmer และคุณลักษณะหลักของมันคือ "Takes out bad words from all your webpages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe Words
ดาวน์โหลดไฟล์ส่วนขยาย Safe Words ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The best open source Chrome extension for profanity filtering and censoring! Tired of seeing stupid YouTube comments? Want to protect your children from bad words on the Internet? Don't want to see obscene, foul or vulgar language? Then this extension is for you! Using a smart algorithm, the extension can filter/censor out 99% of bad words quite efficiently. For example: Asses, asssss => censored but assess, firetruck => is not Works on Facebook, Twitter and YouTube!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Safe Words |
ID | mncnlkabidgflobdapkgmnlikkiilijj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj |
คำอธิบาย | Takes out bad words from all your webpages |
ขนาดไฟล์ | 19.36 KB |
จำนวนการติดตั้ง | 258 |
เวอร์ชันปัจจุบัน | 0.16 |
อัปเดตครั้งล่าสุด | 2016-06-24 |
วันที่เผยแพร่ | 2016-06-24 |
คะแนน | 4.27/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | a young programmer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Words", "version": "0.16", "description": "Takes out bad words from all your webpages", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [], "run_at": "document_end", "all_frames": true, "js": [ "script.js" ] } ] } |