Safe Browser Parental Controls

Enable Parental Controls and Safe Browsing in your Chrome browser. Block adult; porn; social networking; on-line bullying sites.

Safe Browser Parental Controlsคืออะไร?

Safe Browser Parental Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kiddoware.com และคุณลักษณะหลักของมันคือ "Enable Parental Controls and Safe Browsing in your Chrome browser. Block adult; porn; social networking; on-line bullying sites."

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

screenshot
screenshot
screenshot

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

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

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

                        Kids Safe Browser Parental Control app is a cloud based web content filtering browser to provide your kids a safer internet surfing environment. It's an easy to use porn block; adult site blocker Chrome extension for parents to use for kids. It can also be used by adults for self control and accountability for porn block or block other time wasting sites. 

Its parental controls and web site filter can be remotely configured for young kids; teens and adults to block porn, adult and any other potential dangerous web sites. 

Allows for creation of custom whitelist; blacklist for websites/domains along with short cuts to white listed sites on home page for ease of use. 

Admin can also create a time schedule to block access to all sites or certain categories of sites (like social networking) or a specific domain/URL during certain time of the day or day of the week.  This screen time control is a great addition along with websites filter rules. 

Access to filter rules/settings are protected by password to make sure user can not change the settings without admin password. 

Features:
===
1. Blocks Porn, Adult, Social Media, Social Networking, Gaming, Pornography and over 50 other categories of websites
2. Create your own white list and black list of websites. 
3. Set your own web filtering rules.
4. Configure web browser UI to allow address bar; searching; access to favorites etc. 
5. Access to settings protected by password.
6. Screen Time Limit to apply web sites access during certain time of they and/or days of the week.

On license expiration, app will still work but will apply default web content filtering (pre-configured) instead of your personal settings. 

Help/FAQ for the app:
https://browser.kiddoware.com/help

Please contact us at [email protected] to report any issues; comments; feedback; bulk licensing and discounts for educational institutes.                    

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

ชื่อ Safe Browser Parental Controls Safe Browser Parental Controls
ID apenkcejfcelomfjdnmcokpihikjonmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safe-browser-parental-con/apenkcejfcelomfjdnmcokpihikjonmh
คำอธิบาย Enable Parental Controls and Safe Browsing in your Chrome browser. Block adult; porn; social networking; on-line bullying sites.
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 5,068
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2022-03-25
วันที่เผยแพร่ 2021-07-29
คะแนน 3.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://kiddoware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browser.kiddoware.com/
URL หน้าช่วยเหลือ https://browser.kiddoware.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://kiddoware.com/safe-browser-privacy-policy?lang=en
ภาษาที่รองรับ de,en,fr,es,it,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "36": "images\/36.png",
        "48": "images\/48.png",
        "144": "images\/144.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/sbx.js",
            "scripts\/sbx-settings.js",
            "scripts\/sbx-api.js",
            "scripts\/background.js"
        ]
    },
    "homepage_url": "https:\/\/browser.kiddoware.com\/",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "Safe Browser",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage",
        "https:\/\/browser.kiddoware.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}