website blocker

Block a site

website blocker란 무엇입니까?

website blocker은(는) pioneer.extension.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block a site"입니다.

확장 프로그램 스크린샷

screenshot

website blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Increase work efficiency by blocking websites. Block websites in multiple ways, permanently, by timeout, by words in url. As additional features user can password protect the extension app and change background of the blocked website.                    

확장 프로그램 기본 정보

이름 website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
공식 URL https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
설명 Block a site
파일 크기 631 KB
설치 횟수 123
현재 버전 1.0
최근 업데이트 2021-01-05
출시 날짜 2021-01-05
개발자 pioneer.extension.tech
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website blocker",
    "version": "1.0",
    "description": "Block a site",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Background Changer"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}