AppNexus Test Header

Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.

Что такое AppNexus Test Header?

AppNexus Test Header - это расширение Chrome, разработанное https://macscan.net, и его основная функция - "Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.".

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

screenshot
screenshot

Скачать файл CRX расширения AppNexus Test Header

Скачайте файлы расширений AppNexus Test Header в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. 

The extension adds the 'X-Is-Test:1' HTTP header to all network being sent to adnxs.com and adnxs-simple.com.

This is an un-official  plugin which replaces the recently removed official plugin.  It does not gather, store or send any personal information.                    

Основная информация о расширении

Название AppNexus Test Header AppNexus Test Header
ID fjpjmognfiejglbmabgkmlldeinedbdg
Официальный URL https://chromewebstore.google.com/detail/appnexus-test-header/fjpjmognfiejglbmabgkmlldeinedbdg
Описание Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.
Размер файла 23.35 KB
Количество установок 50
Текущая Версия 1.0.1
Последнее Обновление 2022-11-10
Дата публикации 2021-12-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://macscan.net
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://macscan.net/gdpr.html
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enable Test Mode Ads when developing site that use AppNexus\/Xandr ads. This extension adds the 'X-Is-Test:1'.",
    "manifest_version": 3,
    "icons": {
        "16": "adnxs16.png",
        "32": "adnxs32.png",
        "48": "adnxs48.png",
        "64": "adnxs64.png",
        "128": "adnxs128.png"
    },
    "name": "AppNexus Test Header",
    "version": "1.0.1",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}