FPS meter Firefox

Examine source code of FPS meter

By: archi
Inspect and view changes in FPS meter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FPS meter",
  "version": "1.1",
  "description": "Show fps graph",
  "icons": {
    "48": "icons/baseline_equalizer_black_48dp.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/baseline_equalizer_black_48dp.png",
    "default_title": "FPS meter"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.min.js",
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ]
}

Best FPS meter Alternatives

Here are some Firefox add-ons that are similar to FPS meter: