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文件

下載Check Adblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}