Performance Bottleneck Finder Firefox

Examine source code of Performance Bottleneck Finder

Inspect and view changes in Performance Bottleneck Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Performance Bottleneck Finder",
  "version": "1.3",
  "description": "Detects and visualizes performance bottlenecks such as heavy scripts, large images, and layout thrashing.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "Performance Bottleneck Finder",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9015834b-6a80-471c-ab8d-ef0d1e6b2f8e}"
    }
  }
}

Best Performance Bottleneck Finder Alternatives

Here are some Firefox add-ons that are similar to Performance Bottleneck Finder: