Ad Inspector

Shows ad parameters from ads on the current page

Co to jest Ad Inspector?

Ad Inspector to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Shows ad parameters from ads on the current page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ad Inspector

Pobierz pliki rozszerzeń Ad Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ad Inspector Ad Inspector
ID ghelmogfoibcfahajebncoldbnipaoni
Oficjalny URL https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni
Opis Shows ad parameters from ads on the current page
Rozmiar pliku 33.09 KB
Liczba instalacji 78
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2016-06-01
Data Publikacji 2016-06-01
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/pianosnake/ad-inspector
Obsługiwane Języki 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"
    }
}