Headerbid Expert

Load faster. Earn more with header bidding.

What is Headerbid Expert?

Headerbid Expert is a Chrome extension developed by https://prebid.org, and its main feature is "Load faster. Earn more with header bidding.".

Extension Screenshots

screenshot
screenshot

Download Headerbid Expert Extension CRX File

Download Headerbid Expert 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

                        If you're a publisher, you may want to understand how your webpages' header bidding partners are doing -
1. What's the latency from each header bidding partner?
2. Do they load asynchronously or are they blocking my pages?
3. Are they all loaded together in parallel?

If not, your page might be under monetized or be suffering from potential impression loss! Use this tool to find out!                    

Extension Basic Information

Name Headerbid Expert Headerbid Expert
ID cgfkddgbnfplidghapbbnngaogeldmop
Official URL https://chromewebstore.google.com/detail/headerbid-expert/cgfkddgbnfplidghapbbnngaogeldmop
Description Load faster. Earn more with header bidding.
File Size 32.83 KB
Installation Count 13,413
Current Version 1.5.24
Last Updated 2020-04-11
Publish Date 2020-04-09
Rating 3.87/5 Total 23 Ratings
Developer https://prebid.org
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headerbid Expert",
    "description": "Load faster. Earn more with header bidding.",
    "version": "1.5.24",
    "browser_action": {
        "default_icon": "hbe-logo-128.png",
        "default_popup": "popup.html",
        "default_title": "Optimize header bidding setup"
    },
    "background": {
        "scripts": [
            "bidderPatterns.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        ""
    ],
    "icons": {
        "128": "hbe-logo-128.png",
        "48": "hbe-logo-48.png",
        "16": "hbe-logo-16.png"
    }
}