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은(는) Parental Control Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Parental Control: Porn Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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