Bid view

bid view by district m

Bid view क्या है?

Bid view district m द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "bid view by district m"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bid view एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}