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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces Objectionable Words/Phrases From Selected WebSites Automatically"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में See No Evil 5.0 - Automatic Word Censor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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