SiteScrubber
Where the fudge did the swear words go?
什么是SiteScrubber?
SiteScrubber是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Where the fudge did the swear words go?”。
扩展截图
下载SiteScrubber扩展crx文件
下载SiteScrubber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SiteScrubber aims to reduce offensive language visible to website users by replacing offensive words/phrases - Automatically replaces offensive words with friendlier equivalents - Non-intrusive: You won't even know words were replaced! - Easy-to use: No adjustments necessary Perfect for: - Parents who don't want to block sites just because of a few swear words - A few offensive words shouldn't prevent kids from seeing certain sites completely - People who don't like seeing strong language - Reducing instances of cyber harassment - Inflammatory language is automatically made less offensive
扩展基本信息
名称 | SiteScrubber |
ID | ffadalgofahhohaciekjchkikcglcpla |
官方URL | https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla |
简介 | Where the fudge did the swear words go? |
文件大小 | 23.67 KB |
安装次数 | 50 |
当前版本 | 2.0 |
更新时间 | 2017-01-15 |
上架时间 | 2017-01-15 |
评分 | 5.00/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SiteScrubber", "version": "2.0", "description": "Where the fudge did the swear words go?", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |