Ad Inspector

Shows ad parameters from ads on the current page

Что такое Ad Inspector?

Ad Inspector - это расширение Chrome, разработанное Unknown, и его основная функция - "Shows ad parameters from ads on the current page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ad Inspector

Скачайте файлы расширений 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"
    }
}