See No Evil 5.0 - Automatic Word Censor

Replaces Objectionable Words/Phrases From Selected WebSites Automatically

Co to jest See No Evil 5.0 - Automatic Word Censor?

See No Evil 5.0 - Automatic Word Censor to rozszerzenie Chrome opracowane przez http://roguesolutions.net, a jego główną funkcją jest „Replaces Objectionable Words/Phrases From Selected WebSites Automatically”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia See No Evil 5.0 - Automatic Word Censor

Pobierz pliki rozszerzeń See No Evil 5.0 - Automatic Word Censor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa See No Evil 5.0 - Automatic Word Censor See No Evil 5.0 - Automatic Word Censor
ID micahfhoakapfejanehhofhokpcglebm
Oficjalny URL https://chrome.google.com/webstore/detail/see-no-evil-50-automatic/micahfhoakapfejanehhofhokpcglebm
Opis Replaces Objectionable Words/Phrases From Selected WebSites Automatically
Rozmiar pliku 244 KB
Liczba instalacji 121
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2018-04-05
Data Publikacji 2018-04-05
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper http://roguesolutions.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.roguesolutions.net/index.html#/PlugIns/SeeNoEvil
Adres URL Strony Pomocy http://www.roguesolutions.net/index.html#/ContactUs
Obsługiwane Języki 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"
    }
}