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:\/\/*\/*"
]
}
]
} | |