Net Filter Pro

Net Filter Pro is an advanced web & content filtering engine that understands each content and filters only harmful ones

Net Filter Proคืออะไร?

Net Filter Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netfilterpro.com และคุณลักษณะหลักของมันคือ "Net Filter Pro is an advanced web & content filtering engine that understands each content and filters only harmful ones"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Net Filter Pro

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

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

                        Net Filter Pro is an advanced website filtering engine that understands the content of the site you visit and filters only what is harmful to you and your family.

The current technology on content or web filtering is outdated, and does not meet today's requirements. In any of the popular website filtering or parental control tool, a web page is entirely blocked, or allowed to show all contents. Only domain, url or ip based restrictions may be applied. Some of these technologies analyze the content of the website, but eventually block the entire page in case a harmful content is found. They are not capable of locate the harmful content only and block only that part. 

It's clear that the old technology will not work on many websites today, especially on large platforms such as Facebook, Twitter, Youtube etc... These platforms would either be blocked entirely, which will limit the user ability to connect to them, or would be allowed limitless. Displaying all type of contents provided by these platforms may be harmful to any user, but especially young adults and children. Within a few clicks, the users may end up on an unintended page on these platform that may serve explicit (sex, violence, abuse, suicide) content, or gun-related, drug-related contents that may be harmful to users. 

The need for today's platforms has been changed, and that's why we have developed a new technology that we call 'Selective Content Filtering' to address these issues. Our new 'Selective Content Filtering' technology identifies text and images within a web page, and blocks only that content, without blocking the whole website. This way, the other contents which are not harmful can be consumed without any risk. With this technology, the end-users will not even notify that a content-filtering or parental control application is actually running behind the scenes and blocking malicious/harmful content.                    

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

ชื่อ Net Filter Pro Net Filter Pro
ID mlgaaolimmkjehbbeeapaimgpdlnjmej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/net-filter-pro/mlgaaolimmkjehbbeeapaimgpdlnjmej
คำอธิบาย Net Filter Pro is an advanced web & content filtering engine that understands each content and filters only harmful ones
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2020-10-16
วันที่เผยแพร่ 2020-08-25
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://netfilterpro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.netfilterpro.com
URL หน้าช่วยเหลือ https://www.netfilterpro.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.netfilterpro.com/privacy.html
ภาษาที่รองรับ en,en-GB,fr,nl,vi,tr,da,es,it,hu,pl,ro,bg,ru,uk,ar,zh-CN,zh-TW,ja
manifest.json
{
    "author": "Net Filter Pro",
    "background": {
        "persistent": true,
        "scripts": [
            "data\/profanity_content.js",
            "data\/profanity_urlquery.js",
            "data\/names.js",
            "data\/donotblock.js",
            "data\/donotlog.js",
            "background\/domains.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/netfilterpro-logo-16.png",
            "24": "images\/netfilterpro-logo-24.png",
            "32": "images\/netfilterpro-logo-32.png",
            "48": "images\/netfilterpro-logo-48.png",
            "64": "images\/netfilterpro-logo-64.png",
            "128": "images\/netfilterpro-logo-128.png"
        },
        "default_title": "Filters profanity, adult and harmful content within texts and images of tweets"
    },
    "default_locale": "en",
    "description": "Net Filter Pro is an advanced web & content filtering engine that understands each content and filters only harmful ones",
    "homepage_url": "https:\/\/www.netfilterpro.com",
    "icons": {
        "16": "images\/netfilterpro-logo-16.png",
        "24": "images\/netfilterpro-logo-24.png",
        "32": "images\/netfilterpro-logo-32.png",
        "48": "images\/netfilterpro-logo-48.png",
        "64": "images\/netfilterpro-logo-64.png",
        "128": "images\/netfilterpro-logo-128.png"
    },
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "name": "Net Filter Pro",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "activeTab",
        "storage",
        "declarativeContent",
        "",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "web_accessible_resources": [
        "style.css",
        "content.css",
        "options\/options.js",
        "options\/options.html",
        "images\/clouds.jpg",
        "block\/block.html",
        "block\/block2.html"
    ]
}