BlockerBlocker

Tired of ad blocker blockers blocking your ad blocker? This extension blocks ad blocker blockers

BlockerBlocker란 무엇입니까?

BlockerBlocker은(는) http://blockerblocker.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of ad blocker blockers blocking your ad blocker? This extension blocks ad blocker blockers"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Blocking ads and trackers is now super common and sites have started blocking us back! 

BlockerBlocker removes popups that ask you to disable your ad blocker or join some premium subscription. Get back to reading articles and browsing in peace.                    

확장 프로그램 기본 정보

이름 BlockerBlocker BlockerBlocker
ID naeabhemblmhjpgfgigfdepfhhgibnii
공식 URL https://chrome.google.com/webstore/detail/blockerblocker/naeabhemblmhjpgfgigfdepfhhgibnii
설명 Tired of ad blocker blockers blocking your ad blocker? This extension blocks ad blocker blockers
파일 크기 15.77 KB
설치 횟수 122
현재 버전 0.0.5
최근 업데이트 2021-03-06
출시 날짜 2021-03-06
평점 4.86/5 총 7 개의 평점
개발자 http://blockerblocker.co
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockerBlocker",
    "version": "0.0.5",
    "description": "Tired of ad blocker blockers blocking your ad blocker? This extension blocks ad blocker blockers",
    "short_name": "Short Sample Name",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "64": "icons\/favicon-64x64.png",
        "128": "icons\/favicon-128x128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Block ad blocker blockers",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "32": "icons\/favicon-32x32.png",
            "64": "icons\/favicon-64x64.png",
            "128": "icons\/favicon-128x128.png"
        }
    }
}