Page Performance Checker Firefox

Examine source code of Page Performance Checker

By: Murphy
Inspect and view changes in Page Performance Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Performance Checker",
  "version": "1.1",
  "description": "Detects performance issues on page.",
  "permissions": [
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/64.png"
  },
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1c871471-b5c6-4a9f-8c8e-259e5ea8e3f6}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Page Performance Checker Alternatives

Here are some Firefox add-ons that are similar to Page Performance Checker: