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" } ] } |