Block domain's

This extension allows the user to block a domain that you dont want to see again

Block domain's란 무엇입니까?

Block domain's은(는) Kay Bakhauge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to block a domain that you dont want to see again"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Block domain's 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.                    

확장 프로그램 기본 정보

이름 Block domain's Block domain's
ID phoaoepnfjffkaggaplhohlbpdpobllc
공식 URL https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc
설명 This extension allows the user to block a domain that you dont want to see again
파일 크기 18.84 KB
설치 횟수 368
현재 버전 1.0.0.2
최근 업데이트 2017-10-11
출시 날짜 2017-10-11
평점 5.00/5 총 1 개의 평점
개발자 Kay Bakhauge
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block domain's",
    "description": "This extension allows the user to block a domain that you dont want to see again",
    "version": "1.0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "bp16.png",
        "24": "bp24.png",
        "32": "bp32.png",
        "64": "bp64.png",
        "128": "bp128.png"
    },
    "browser_action": {
        "default_icon": "bp16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "background"
    ]
}