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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}