Adult Site Blocker

Adult Site Blocker

Adult Site Blocker란 무엇입니까?

Adult Site Blocker은(는) hawkbrad975에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adult Site Blocker"입니다.

확장 프로그램 스크린샷

screenshot

Adult Site Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Blocks all adult websites. This includes porn sites, escort sites, Online sex toy sites, dating sites, adult social media sites, adult stories sites etc. 

For all the parents out there, is your child addicted in using desktop/laptop. We are here to help you out to make sure your kids stay safe when they browse through the internet.

We block all adult websites that children are not allowed to view. We've got you covered.

How to use
1. Install the extension
2. That's it. We will take care of the rest                    

확장 프로그램 기본 정보

이름 Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
공식 URL https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
설명 Adult Site Blocker
파일 크기 15 KB
설치 횟수 130
현재 버전 0.3
최근 업데이트 2022-07-30
출시 날짜 2021-09-21
평점 5.00/5 총 1 개의 평점
개발자 hawkbrad975
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://hawkbrad.github.io/privacy-policy-yt
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult Site Blocker",
    "description": "Adult Site Blocker",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3",
    "icons": {
        "128": "alogo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "alogo.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2
}