Faster for YouTube™ Firefox

Examine source code of Faster for YouTube™

Inspect and view changes in Faster for YouTube™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Faster for YouTube™",
  "version": "0.3.0",
  "action": {
    "default_popup": "public/index.html",
    "default_title": "Faster for YouTube™ Statistics"
  },
  "description": "Play videos faster and remember channel settings.",
  "icons": {
    "16": "assets/faster.16.png",
    "48": "assets/faster.48.png",
    "128": "assets/faster.128.png"
  },
  "options_page": "public/channels.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "faster-for-youtube@17324552263",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "126.0"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://www.youtube.com/*",
        "*://www.youtube-nocookie.com/*"
      ],
      "css": [
        "content/controls.css"
      ],
      "js": [
        "content/inject.js",
        "content/controls.js",
        "content/statistics.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/extract.js"
      ],
      "matches": [
        "*://www.youtube.com/*",
        "*://www.youtube-nocookie.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "service_worker": "service/background.js",
    "scripts": [
      "service/background.js"
    ]
  }
}

Best Faster for YouTube™ Alternatives

Here are some Firefox add-ons that are similar to Faster for YouTube™: