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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
} | |