YouTube Fast Forward & Rewind Firefox

Examine source code of YouTube Fast Forward & Rewind

By: Laskco Add-on
Inspect and view changes in YouTube Fast Forward & Rewind source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Fast Forward & Rewind",
  "version": "4.4.4",
  "description": "Fast Forward and Rewind YouTube videos by a customizable amount of seconds!",
  "icons": {
    "16": "assets/FFRWIcons/icon16.png",
    "32": "assets/FFRWIcons/icon32.png",
    "48": "assets/FFRWIcons/icon48.png",
    "64": "assets/FFRWIcons/icon64.png",
    "128": "assets/FFRWIcons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/FFRWIcons/icon16.png",
      "48": "assets/FFRWIcons/icon48.png",
      "128": "assets/FFRWIcons/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/css/style.css",
        "content/css/indicator.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/FFRWIcons/icon48.png"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fastforwardandrewind@me",
      "strict_min_version": "109.0"
    }
  }
}

Best YouTube Fast Forward & Rewind Alternatives

Here are some Firefox add-ons that are similar to YouTube Fast Forward & Rewind: