Frame Timer Extension Firefox

Examine source code of Frame Timer Extension

By: Pottu
Inspect and view changes in Frame Timer Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Frame Timer",
  "version": "1.6.3",
  "description": "Calculates the time between 2 frames in a YouTube video",
  "homepage_url": "https://github.com/PottuGD/frame-timer-extension",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": "icons/logo-48.png",
    "default_title": "Frame Timer",
    "default_popup": "popup/frame_timer.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "frame-timer@extension"
    }
  }
}

Best Frame Timer Extension Alternatives

Here are some Firefox add-ons that are similar to Frame Timer Extension: