Blockade

Block malicious websites from being accessed in the browser.

Blockade란 무엇입니까?

Blockade은(는) https://blockade.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block malicious websites from being accessed in the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Blockade brings antivirus-like capabilities to users who run the Chrome browser. Built as an extension, Blockade blocks malicious resources from being viewed or loaded inside of the browser. Blockade focuses on those who are often targeted via phishing attacks and may not have a substantial capability at their disposal. 

Using threat intelligence mined from multiple sources (and analysts), Blockade attempts to detect attacks that may exist in the browser by monitoring web traffic requests. The primary goal for the project is to detect and prevent as many attacks as possible for those who would otherwise go left unnoticed.                    

확장 프로그램 기본 정보

이름 Blockade Blockade
ID dpcbdbpeiafniipmiedlceedbffiejek
공식 URL https://chromewebstore.google.com/detail/blockade/dpcbdbpeiafniipmiedlceedbffiejek
설명 Block malicious websites from being accessed in the browser.
파일 크기 448 KB
설치 횟수 1,121
현재 버전 1.2.8
최근 업데이트 2017-11-15
출시 날짜 2017-11-15
평점 4.00/5 총 4 개의 평점
개발자 https://blockade.io
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.blockade.io/faq.html
지원되는 언어 de,en,fr,no,tr,es,pt-BR,ru,iw,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.8",
    "icons": {
        "16": "resources\/ico\/16.png",
        "48": "resources\/ico\/48.png",
        "128": "resources\/ico\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "resources\/ico\/16.png"
    },
    "options_page": "resources\/static\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "notifications",
        "unlimitedStorage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "resources\/external\/jquery.js",
            "resources\/external\/md5.js",
            "resources\/external\/lzma-worker.min.js",
            "resources\/js\/core\/utils.js",
            "resources\/js\/core\/const.js",
            "resources\/js\/core\/init.js",
            "resources\/js\/libs\/blockade.js",
            "resources\/js\/core\/alarms.js",
            "resources\/js\/core\/background.js"
        ],
        "persistent": true
    }
}