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はhttps://macscan.netによって開発されたChromeの拡張機能で、その主な機能は「Enable Test Mode Ads when developing site that use AppNexus/Xandr ads. This extension adds the 'X-Is-Test:1'.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AppNexus Test Header拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}