Check Adblocker

Check if ad is ABP conform

Check Adblocker란 무엇입니까?

Check Adblocker은(는) gto-extentions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check if ad is ABP conform"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Check Adblocker helps you detect if your widgets on a page are compliant with Eyeo's acceptable ads specs.

When on a page with widgets to check, click on the magnifier icon to see a summary of this page's widgets.

More detailed and additional info can be found by opening the JS console in the "OUTBRAIN ABP Test" Message Section.                    

확장 프로그램 기본 정보

이름 Check Adblocker Check Adblocker
ID lcgdjmadbfopchlcffnbldlljmbjngob
공식 URL https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob
설명 Check if ad is ABP conform
파일 크기 1.8 MB
설치 횟수 85
현재 버전 1.1
최근 업데이트 2019-10-01
출시 날짜 2019-10-01
개발자 gto-extentions
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check Adblocker",
    "description": "Check if ad is ABP conform",
    "version": "1.1",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": ""
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/core.js"
        ]
    }
}