Check Adblocker

Check if ad is ABP conform

What is Check Adblocker?

Check Adblocker is a Chrome extension developed by gto-extentions, and its main feature is "Check if ad is ABP conform".

Extension Screenshots

screenshot
screenshot

Download Check Adblocker Extension CRX File

Download Check Adblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Check Adblocker Check Adblocker
ID lcgdjmadbfopchlcffnbldlljmbjngob
Official URL https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob
Description Check if ad is ABP conform
File Size 1.8 MB
Installation Count 85
Current Version 1.1
Last Updated 2019-10-01
Publish Date 2019-10-01
Developer gto-extentions
Payment Type free
Supported Languages 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"
        ]
    }
}