See No Evil 5.0 - Automatic Word Censor

Replaces Objectionable Words/Phrases From Selected WebSites Automatically

什么是See No Evil 5.0 - Automatic Word Censor?

See No Evil 5.0 - Automatic Word Censor是由http://roguesolutions.net开发的Chrome扩展程序,该扩展的主要功能是“Replaces Objectionable Words/Phrases From Selected WebSites Automatically”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载See No Evil 5.0 - Automatic Word Censor扩展crx文件

下载See No Evil 5.0 - Automatic Word Censor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SEE NO EVIL automatically replaces objectionable words with various "clean" words and phrases in ANY websites you select. Works extremely well with YOUTUBE. Replaced words appear in red (optional) or not at all(optional).

Also offers a feature that allows YOU to select words to be replaced and their new replacement. 

If desired, you can simply have all objectionable words removed and not replaced with anything.

Includes a "one-time" feature that allows you to temporarily replace words on any website you are viewing at that time.

Additionally, you may block ALL comments from specific YouTube users if you keep running up on the same person using profane language.                    

扩展基本信息

名称 See No Evil 5.0 - Automatic Word Censor See No Evil 5.0 - Automatic Word Censor
ID micahfhoakapfejanehhofhokpcglebm
官方URL https://chrome.google.com/webstore/detail/see-no-evil-50-automatic/micahfhoakapfejanehhofhokpcglebm
简介 Replaces Objectionable Words/Phrases From Selected WebSites Automatically
文件大小 244 KB
安装次数 121
当前版本 5.0
更新时间 2018-04-05
上架时间 2018-04-05
评分 3.67/5 共3次评分
开发者 http://roguesolutions.net
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.roguesolutions.net/index.html#/PlugIns/SeeNoEvil
帮助页面URL http://www.roguesolutions.net/index.html#/ContactUs
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "See No Evil 5.0 - Automatic Word Censor",
    "description": "Replaces Objectionable Words\/Phrases From Selected WebSites Automatically",
    "version": "5.0",
    "web_accessible_resources": [
        "Images\/ZombieGeek.png",
        "Images\/PausePlayList.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "webNavigation",
        "",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "Scripts.js\/jquery-1.9.1.min.js",
            "Scripts.js\/jquery-ui.js",
            "CheckContent.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "Images\/ZombieGeek.png",
        "48": "Images\/ZombieGeek.png",
        "128": "Images\/ZombieGeek.png"
    },
    "browser_action": {
        "default_icon": "Images\/ZombieGeek.png",
        "default_popup": "SeeNoEvil.html"
    }
}