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 |
官方網址 | 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" } } |