Check Adblocker
Check if ad is ABP conform
Was ist Check Adblocker?
Check Adblocker ist eine Chrome-Erweiterung, die von gto-extentions entwickelt wurde, und ihr Hauptmerkmal ist "Check if ad is ABP conform".
Erweiterungsscreenshots
Check Adblocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Check Adblocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Check Adblocker |
ID | lcgdjmadbfopchlcffnbldlljmbjngob |
Offizielle URL | https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob |
Beschreibung | Check if ad is ABP conform |
Dateigröße | 1.8 MB |
Installationsanzahl | 85 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-10-01 |
Veröffentlichungsdatum | 2019-10-01 |
Entwickler | gto-extentions |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |