AppNexus Test Header

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

Cos'è AppNexus Test Header?

AppNexus Test Header è un'estensione di Chrome sviluppata da https://macscan.net, e la sua funzione principale è "Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AppNexus Test Header

Scarica i file di estensione AppNexus Test Header in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AppNexus Test Header AppNexus Test Header
ID fjpjmognfiejglbmabgkmlldeinedbdg
URL Ufficiale https://chromewebstore.google.com/detail/appnexus-test-header/fjpjmognfiejglbmabgkmlldeinedbdg
Descrizione Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.
Dimensione del File 23.35 KB
Conteggio Installazioni 50
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-11-10
Data di Pubblicazione 2021-12-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://macscan.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://macscan.net/gdpr.html
Lingue Supportate 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"
    ]
}