Check Adblocker
Check if ad is ABP conform
Cos'è Check Adblocker?
Check Adblocker è un'estensione di Chrome sviluppata da gto-extentions, e la sua funzione principale è "Check if ad is ABP conform".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Check Adblocker
Scarica i file di estensione Check Adblocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Check Adblocker |
ID | lcgdjmadbfopchlcffnbldlljmbjngob |
URL Ufficiale | https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob |
Descrizione | Check if ad is ABP conform |
Dimensione del File | 1.8 MB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-10-01 |
Data di Pubblicazione | 2019-10-01 |
Sviluppatore | gto-extentions |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |