Safe Web

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

Safe Web란 무엇입니까?

Safe Web은(는) https://www.extendbrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web filter and parental control. Blocker for porn, malicious and adult sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Safe Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}