Ad Inspector
Shows ad parameters from ads on the current page
什么是Ad Inspector?
Ad Inspector是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Shows ad parameters from ads on the current page”。
扩展截图
下载Ad Inspector扩展crx文件
下载Ad Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ghelmogfoibcfahajebncoldbnipaoni |
官方URL | https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni |
简介 | Shows ad parameters from ads on the current page |
文件大小 | 33.09 KB |
安装次数 | 78 |
当前版本 | 2.0.2 |
更新时间 | 2016-06-01 |
上架时间 | 2016-06-01 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/pianosnake/ad-inspector |
支持的语言 | 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" } } |