Swear Be Gone
Filters swear/bad words!
Swear Be Goneとは何ですか?
Swear Be GoneはKabir Singhによって開発されたChromeの拡張機能で、その主な機能は「Filters swear/bad words!」です。
拡張機能のスクリーンショット
Swear Be Gone拡張機能のCRXファイルをダウンロード
Swear Be Gone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them! Version: 1.0.1 - Updated censored words so that each letter represent a "*".
拡張機能の基本情報
名前 | Swear Be Gone |
ID | hbicccdaibeakimkhmgoglhbodhofpnb |
公式URL | https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb |
説明 | Filters swear/bad words! |
ファイルサイズ | 11.25 KB |
インストール数 | 78 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-03-25 |
公開日 | 2017-03-25 |
評価 | 2.25/5 合計 4 レビュー |
開発者 | Kabir Singh |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swear Be Gone", "version": "1.0.1", "description": "Filters swear\/bad words!", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |