Bid view

bid view by district m

What is Bid view?

Bid view is a Chrome extension developed by district m, and its main feature is "bid view by district m".

Extension Screenshots

screenshot
screenshot

Download Bid view Extension CRX File

Download Bid view 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

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

Extension Basic Information

Name Bid view Bid view
ID pilgbiajggeomijdkoaplkgnlbongeok
Official URL https://chrome.google.com/webstore/detail/bid-view/pilgbiajggeomijdkoaplkgnlbongeok
Description bid view by district m
File Size 614 KB
Installation Count 543
Current Version 2.2
Last Updated 2018-07-23
Publish Date 2018-07-23
Rating 5.00/5 Total 5 Ratings
Developer district m
Payment Type free
Extension Website https://districtm.net/
Privacy Policy Page URL https://districtm.net/en/page/data-and-privacy-policy
Supported Languages 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"
}