↺ Video Seeking Everywhere Firefox

Examine source code of ↺ Video Seeking Everywhere

Inspect and view changes in ↺ Video Seeking Everywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Video Seeking Everywhere",
  "version": "1.0.1",
  "description": "Allows you to seek through any playing video on most websites using the < or > keys.",
  "icons": {
    "48": "icons/128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "video-seeking-everywhere.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@video-seeking-everywhere",
      "strict_min_version": "109.0"
    }
  }
}

Best ↺ Video Seeking Everywhere Alternatives

Here are some Firefox add-ons that are similar to ↺ Video Seeking Everywhere: