Ad Inspector

Shows ad parameters from ads on the current page

Co je Ad Inspector?

Ad Inspector je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Shows ad parameters from ads on the current page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ad Inspector

Stáhněte si soubory rozšíření Ad Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ad Inspector Ad Inspector
ID ghelmogfoibcfahajebncoldbnipaoni
Oficiální URL https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni
Popis Shows ad parameters from ads on the current page
Velikost souboru 33.09 KB
Počet instalací 78
Aktuální Verze 2.0.2
Poslední Aktualizace 2016-06-01
Datum Vydání 2016-06-01
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/pianosnake/ad-inspector
Podporované Jazyky 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"
    }
}