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はdesigncouchによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
EarMuffs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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:\/\/*\/*"
]
}
]
} | |