Check Adblocker
Check if ad is ABP conform
Apa itu Check Adblocker?
Check Adblocker adalah ekstensi Chrome yang dikembangkan oleh gto-extentions, dan fitur utamanya adalah "Check if ad is ABP conform".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Check Adblocker
Unduh file ekstensi Check Adblocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Check Adblocker |
ID | lcgdjmadbfopchlcffnbldlljmbjngob |
URL Resmi | https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob |
Deskripsi | Check if ad is ABP conform |
Ukuran File | 1.8 MB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-10-01 |
Tanggal Publikasi | 2019-10-01 |
Pengembang | gto-extentions |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |