AppNexus Test Header

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

Co je AppNexus Test Header?

AppNexus Test Header je rozšíření Chrome vyvinuté https://macscan.net, a jeho hlavní funkcí je „Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AppNexus Test Header

Stáhněte si soubory rozšíření AppNexus Test Header 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í

                        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.                    

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

Název AppNexus Test Header AppNexus Test Header
ID fjpjmognfiejglbmabgkmlldeinedbdg
Oficiální URL https://chromewebstore.google.com/detail/appnexus-test-header/fjpjmognfiejglbmabgkmlldeinedbdg
Popis Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.
Velikost souboru 23.35 KB
Počet instalací 50
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-11-10
Datum Vydání 2021-12-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://macscan.net
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://macscan.net/gdpr.html
Podporované Jazyky 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"
    ]
}