AppNexus Test Header

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

What is AppNexus Test Header?

AppNexus Test Header is a Chrome extension developed by https://macscan.net, and its main feature is "Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.".

Extension Screenshots

screenshot
screenshot

Download AppNexus Test Header Extension CRX File

Download AppNexus Test Header extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AppNexus Test Header AppNexus Test Header
ID fjpjmognfiejglbmabgkmlldeinedbdg
Official URL https://chromewebstore.google.com/detail/appnexus-test-header/fjpjmognfiejglbmabgkmlldeinedbdg
Description Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.
File Size 23.35 KB
Installation Count 50
Current Version 1.0.1
Last Updated 2022-11-10
Publish Date 2021-12-15
Rating 5.00/5 Total 1 Ratings
Developer https://macscan.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://macscan.net/gdpr.html
Supported Languages 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"
    ]
}