Parental Control: Porn Blocker

Parental control app that denies access to porn sites. It uses a semantic parser that scans and blocks all kind of adult content.

Parental Control: Porn Blockerคืออะไร?

Parental Control: Porn Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parental Control Tools และคุณลักษณะหลักของมันคือ "Parental control app that denies access to porn sites. It uses a semantic parser that scans and blocks all kind of adult content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parental Control: Porn Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Parental Control: Porn Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension does not require any installation or configuration, keeping everything simple and straight forward. From the moment you add it to your browser, it starts working immediately in the background. The user will not notice anything different when browsing, but this add-on blocks access to erotic and pornographic websites.

Unlike other extensions, it uses a semantic analyser that scans the entire content of the page. Whenever it finds adult content,  it redirects the user instantly to another site. That way the user is prevented from accessing potentially dangerous content.

Today, porn is available to anyone, this is the easiest and safest way to protect your children and your family from inappropriate content that can be found on the Internet.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Parental Control: Porn Blocker Parental Control: Porn Blocker
ID kmillccnmojidmkhhjngjlalnbhpobcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/parental-control-porn-blo/kmillccnmojidmkhhjngjlalnbhpobcl
คำอธิบาย Parental control app that denies access to porn sites. It uses a semantic parser that scans and blocks all kind of adult content.
ขนาดไฟล์ 47.33 KB
จำนวนการติดตั้ง 27,325
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2019-05-09
วันที่เผยแพร่ 2019-05-09
คะแนน 3.47/5 รวมทั้งหมด 173 คะแนน
ผู้พัฒนา Parental Control Tools
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "1.5.2",
    "manifest_version": 2,
    "short_name": "ParentalControlPornBlocker",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/pornblock.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}