Safe Words
Takes out bad words from all your webpages
Safe Wordsとは何ですか?
Safe Wordsはa young programmerによって開発されたChromeの拡張機能で、その主な機能は「Takes out bad words from all your webpages」です。
拡張機能のスクリーンショット
Safe Words拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |