Ad Inspector
Shows ad parameters from ads on the current page
Wat is Ad Inspector?
Ad Inspector is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Shows ad parameters from ads on the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Ad Inspector
Download Ad Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Chrome extension can be used to inspect ad calls. The following ad types are supported: AOL Display Ads, Yellow Pages beacon calls, CityGrid, and Yext.
Basisinformatie over de Extensie
Naam | |
ID | ghelmogfoibcfahajebncoldbnipaoni |
Officiële URL | https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni |
Beschrijving | Shows ad parameters from ads on the current page |
Bestandsgrootte | 33.09 KB |
Aantal Installaties | 78 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2016-06-01 |
Publicatiedatum | 2016-06-01 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/pianosnake/ad-inspector |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Inspector", "version": "2.0.2", "manifest_version": 2, "author": "Florin Alexandrescu", "description": "Shows ad parameters from ads on the current page", "devtools_page": "devtools.html", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |