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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Ad Inspector Ad Inspector
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"
    }
}