Ad Inspector
Shows ad parameters from ads on the current page
What is Ad Inspector?
Ad Inspector is a Chrome extension developed by Unknown, and its main feature is "Shows ad parameters from ads on the current page".
Extension Screenshots
Download Ad Inspector Extension CRX File
Download Ad Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ghelmogfoibcfahajebncoldbnipaoni |
Official URL | https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni |
Description | Shows ad parameters from ads on the current page |
File Size | 33.09 KB |
Installation Count | 78 |
Current Version | 2.0.2 |
Last Updated | 2016-06-01 |
Publish Date | 2016-06-01 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/pianosnake/ad-inspector |
Supported Languages | 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" } } |