WebVitals Pro Firefox

Examine source code of WebVitals Pro

By: 99OK Add-on
Inspect and view changes in WebVitals Pro source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebVitals Pro",
  "version": "1.0",
  "description": "Monitor website performance and resource usage",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "WebVitals Pro",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e4fa20fd-6b32-4833-9bfb-713f37f5c063}"
    }
  }
}

Best WebVitals Pro Alternatives

Here are some Firefox add-ons that are similar to WebVitals Pro: