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
Eメール [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"
    }
}