BarbBlock

Blocks requests to sites which have used legal threats to remove themselves from other blacklists.

BarbBlock란 무엇입니까?

BarbBlock은(는) paulgb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks requests to sites which have used legal threats to remove themselves from other blacklists."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        BarbBlock is a content blocking extension for Google Chrome. It blocks requests to sites which have used DMCA takedowns to force removal from other blacklists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.                    

확장 프로그램 기본 정보

이름 BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
공식 URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
설명 Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
파일 크기 22.01 KB
설치 횟수 194
현재 버전 1.5
최근 업데이트 2019-06-03
출시 날짜 2019-06-03
평점 4.94/5 총 16 개의 평점
개발자 paulgb
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/paulgb/BarbBlock/blob/master/README.md
개인정보 보호 정책 페이지 URL https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BarbBlock",
    "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.",
    "version": "1.5",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "barbblock.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}