Safe Web

Web filter and parental control. Blocker for porn, malicious and adult sites.

Safe Webคืออะไร?

Safe Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.extendbrowser.com และคุณลักษณะหลักของมันคือ "Web filter and parental control. Blocker for porn, malicious and adult sites."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe Web

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

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

                        An easy to use, reliable Parental Control, Pornografic and Malicious Websites Blocker, Web Filter , that blocks websites according to their category. It has all the features that can be found to other similar paid applications, for free.

As porn is available to anyone and every webpage is a potential risk for your security , this is the easiest and safest way to protect your children and your family.

This blocker is an integrated solution as it has versions for all major web browsers (Chrome, Firefox & Microsoft Edge).

No registration and sign up requirement. "Safe Web" respects your privacy and doesn't store any information to Cloud.

[+] General features:

- Integrated solution for all Web Browsers (Chrome, Firefox & Microsoft Edge).
- Quick configuration based on user age.
- Stealth mode functionality.
- Password protected configuration page.
- Date and time that extension was last enabled, so you can check if someone remove and reinstall the extension.
- Browsing history page.
- 35 website categories that can be filtered (including porn, adult, malicious, gambling, social networking and others).
- Websites whitelist & blacklist.
- Choice to deny access to all websites, except these aren't explicitly whitelisted.
- Forces specific search engines (google, bing, yandex, duckduckgo) functionality, in family safe mode. All other search engines are substituted by google.
- Choice to force youtube.com functionality, in restricted mode.                    

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

ชื่อ Safe Web Safe Web
ID lakceedfffnfheaipjadbcndkldlplnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safe-web/lakceedfffnfheaipjadbcndkldlplnd
คำอธิบาย Web filter and parental control. Blocker for porn, malicious and adult sites.
ขนาดไฟล์ 50.83 KB
จำนวนการติดตั้ง 8,049
เวอร์ชันปัจจุบัน 2.2.2
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2019-04-14
คะแนน 4.53/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://www.extendbrowser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.extendbrowser.com/safeweb.php
URL หน้าช่วยเหลือ https://www.extendbrowser.com/safeweb.php
URL หน้านโยบายความเป็นส่วนตัว https://www.extendbrowser.com/privacy_policy.html
ภาษาที่รองรับ de,en,fr,es,el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "puzzle16.png",
        "48": "puzzle48.png",
        "128": "safeWeb128.png"
    },
    "version": "2.2.2",
    "author": "__MSG_appAuthor__",
    "action": {
        "default_icon": "safeWeb48.png",
        "default_title": "__MSG_actDefaultTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webNavigation",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.extendbrowser.com\/*",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/youtube.com\/*",
        "https:\/\/z.api.safedns.com\/*"
    ]
}