WhiteList

Enables blocking sites according to a blacklist or whitelist.

WhiteList란 무엇입니까?

WhiteList은(는) E. Goldberg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables blocking sites according to a blacklist or whitelist."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension enables you to control which sites can be visited in the browser. You have the option to use a whitelist, which blocks all sites not listed, or a blacklist, which allows all sites except for the ones you list. 
When you install the extension, you will be asked to set an administrator password. This password will be used to change the blocking options in the future.
You can then go to the extension's options page, and select whether to enable blocking (it is disabled by default), whether to use a whitelist or a blacklist, and specify which URLs you want in the list. Click "save," and the sites will be blocked!                    

확장 프로그램 기본 정보

이름 WhiteList WhiteList
ID eajfidjagfdheejfooghbheaimkghofa
공식 URL https://chromewebstore.google.com/detail/whitelist/eajfidjagfdheejfooghbheaimkghofa
설명 Enables blocking sites according to a blacklist or whitelist.
파일 크기 24.64 KB
설치 횟수 611
현재 버전 0.0.1
최근 업데이트 2021-02-05
출시 날짜 2021-02-04
평점 4.50/5 총 2 개의 평점
개발자 E. Goldberg
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhiteList",
    "description": "Enables blocking sites according to a blacklist or whitelist.",
    "version": "0.0.1",
    "options_page": "check-authenticated.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "192": "icons\/android-chrome-192x192.png"
    },
    "browser_action": {
        "default_icon": "icons\/favicon-32x32.png"
    }
}