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 هو إضافة Chrome تم تطويرها بواسطة http://roguesolutions.net، والميزة الرئيسية لها هي "Replaces Objectionable Words/Phrases From Selected WebSites Automatically".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة See No Evil 5.0 - Automatic Word Censor

قم بتنزيل ملفات الامتداد See No Evil 5.0 - Automatic Word Censor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}