Bid view

bid view by district m

Bid viewとは何ですか?

Bid viewはdistrict mによって開発されたChromeの拡張機能で、その主な機能は「bid view by district m」です。

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

screenshot
screenshot

Bid view拡張機能のCRXファイルをダウンロード

Bid view拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension displays header bidding debug information for the district m Header Wrapper and Prebid versions 0.34 to 1.0+.                    

拡張機能の基本情報

名前 Bid view Bid view
ID pilgbiajggeomijdkoaplkgnlbongeok
公式URL https://chrome.google.com/webstore/detail/bid-view/pilgbiajggeomijdkoaplkgnlbongeok
説明 bid view by district m
ファイルサイズ 614 KB
インストール数 543
現在のバージョン 2.2
最終更新日 2018-07-23
公開日 2018-07-23
評価 5.00/5 合計 5 レビュー
開発者 district m
支払い方法 free
拡張機能のウェブサイト https://districtm.net/
プライバシーポリシーページのURL https://districtm.net/en/page/data-and-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bid view",
    "description": "bid view by district m",
    "version": "2.2",
    "background": {
        "persistent": true,
        "scripts": [
            "event.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "background",
        "storage",
        "activeTab"
    ],
    "icons": {
        "128": "dm-icon.png"
    },
    "page_action": {
        "default_title": "bid view by district m",
        "default_icon": "dm-icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "dm-icon.png",
        "bidview-icon-white.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ; unsafe-inline"
}