YT 59s Fixer Firefox

Examine source code of YT 59s Fixer

By: Amir
Inspect and view changes in YT 59s Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT 59s Fixer",
  "version": "1.1",
  "description": "Fixes the issue of YouTube videos being limited to 59 seconds by replacing the video player with an iframe to YouTube embed player.",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "amir-mahdih86.YT-59s-Fixer@github.com"
    }
  }
}

Best YT 59s Fixer Alternatives

Here are some Firefox add-ons that are similar to YT 59s Fixer: