Professor Prebid

Professor Prebid

Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.71",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle",
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "incognito": "split",
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "Professor Prebid",
  "options_page": "options.html",
  "permissions": [
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "tabs",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected.bundle.js",
        "app.html",
        "openDfpConsole.bundle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}