Bid view

bid view by district m

Bid viewคืออะไร?

Bid view เป็นส่วนขยายของ Chrome ที่พัฒนาโดย district m และคุณลักษณะหลักของมันคือ "bid view by district m"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bid view

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}