Check Adblocker
Check if ad is ABP conform
Qu'est-ce que Check Adblocker ?
Check Adblocker est une extension Chrome développée par gto-extentions, et sa fonction principale est "Check if ad is ABP conform".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check Adblocker
Téléchargez les fichiers d'extension Check Adblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Check Adblocker |
ID | lcgdjmadbfopchlcffnbldlljmbjngob |
URL Officiel | https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob |
Description | Check if ad is ABP conform |
Taille du Fichier | 1.8 MB |
Nombre d'Installations | 85 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-10-01 |
Date de Publication | 2019-10-01 |
Développeur | gto-extentions |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |