BlockGuard

Blockguard protects you against SCAM sites in the Blockchain/Crypto Space

BlockGuard란 무엇입니까?

BlockGuard은(는) LevCon International에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        BlockGuard secures your browser against SCAM Sites in the Blockchain and Crypto Space. If you try to reach a suspicious site, we show you a warning, and you can not enter the site.

If you want more information about the project, and how we cover the domain scans, site scans and so on, go to https://www.blockguard.net                    

확장 프로그램 기본 정보

이름 BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
공식 URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
설명 Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
파일 크기 15.39 KB
설치 횟수 62
현재 버전 1.2.1
최근 업데이트 2018-09-08
출시 날짜 2018-09-07
평점 5.00/5 총 1 개의 평점
개발자 LevCon International
결제 유형 free
확장 프로그램 웹 사이트 https://www.blockguard.net
도움말 페이지 URL https://www.blockguard.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockGuard",
    "version": "1.2.1",
    "description": "Blockguard protects you against SCAM sites in the Blockchain\/Crypto Space",
    "author": "LevCon International",
    "default_locale": "en",
    "icons": {
        "48": "icon\/blockguard.48px.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/polyfill\/edge.js",
            "js\/polyfill\/fetch.js",
            "js\/error.js",
            "js\/blockguard.js",
            "test\/blockguard.test.js",
            "js\/main.js"
        ]
    },
    "web_accessible_resources": [
        "doc\/sample\/forbidden.json",
        "doc\/sample\/forbidden.txt",
        "doc\/sample\/allowed.json",
        "doc\/sample\/blocked.json"
    ]
}