Check Adblocker
Check if ad is ABP conform
Vad är Check Adblocker?
Check Adblocker är en Chrome-tillägg utvecklad av gto-extentions, och dess huvudfunktion är "Check if ad is ABP conform".
Tilläggsskärmbilder
Ladda ner Check Adblocker-förlängningens CRX-fil
Ladda ner Check Adblocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lcgdjmadbfopchlcffnbldlljmbjngob |
| Officiell webbadress | https://chromewebstore.google.com/detail/check-adblocker/lcgdjmadbfopchlcffnbldlljmbjngob |
| Beskrivning | Check if ad is ABP conform |
| Filstorlek | 1.8 MB |
| Antal Installationer | 85 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2019-10-01 |
| Publiceringsdatum | 2019-10-01 |
| Utvecklare | gto-extentions |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |