Website Whitelist

Allow requests to only those websites which you deem trustworthy.

Website Whitelist란 무엇입니까?

Website Whitelist은(는) Website Whitelist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow requests to only those websites which you deem trustworthy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Website Whitelist intends to facilitate effortless blocking of requests to untrusted websites. Each requested website's domain is evaluated for presence on the whitelist, and unless found, the HTTP request is blocked before it even begins. This means that the website will have no record of you ever having attempted to connect.

With growing amounts of phishing attempts and malware spreading, solely permitting access to user-approved domains presents a strong defense against hackers' ability to redirect users to malintended websites. Website Whitelist aims to implement this system to prevent any such attacks.

Plus, as expected, external tracking and advertising websites are blocked by default. This means that the extension goes beyond the abilities of normal privacy maintaining applications, because it blocks new sites as well.

-------------------------------------

Changelog:

6.5.1
 - Added Future Support Warning
 - Added Setting "Show Support Warning"

6.5.0
 - Added Setting "Landing Page Position"

...                    

확장 프로그램 기본 정보

이름 Website Whitelist Website Whitelist
ID bmlipnlhfpjgmafjlnnmdkldjmebahnm
공식 URL https://chromewebstore.google.com/detail/website-whitelist/bmlipnlhfpjgmafjlnnmdkldjmebahnm
설명 Allow requests to only those websites which you deem trustworthy.
파일 크기 46.39 KB
설치 횟수 1,026
현재 버전 6.5.1
최근 업데이트 2023-09-07
출시 날짜 2018-05-12
평점 4.75/5 총 12 개의 평점
개발자 Website Whitelist
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Whitelist",
    "version": "6.5.1",
    "default_locale": "en",
    "description": "__MSG_Allow_requests_to_only_those_websites_which_you_deem_trustworthy__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Website Whitelist",
        "default_popup": "popup\/popup.html"
    },
    "author": "Dylan Iuzzolino",
    "background": {
        "scripts": [
            "global\/global.js",
            "background.js"
        ]
    },
    "content_security_policy": "base-uri 'self'; default-src 'self'; form-action 'self'; frame-ancestors 'self'; media-src 'none'; object-src 'none'",
    "externally_connectable": [],
    "incognito": "split",
    "minimum_chrome_version": "26",
    "offline_enabled": true,
    "options_page": "[legacy]\/options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    }
}