Check Adblocker
Check if ad is ABP conform
什么是Check Adblocker?
Check Adblocker是由gto-extentions开发的Chrome扩展程序,该扩展的主要功能是“Check if ad is ABP conform”。
扩展截图
下载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 |
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" ] } } |