Quicktube Firefox

Examine source code of Quicktube

By: kuba
Inspect and view changes in Quicktube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickTube",
  "version": "1.0.0",
  "description": "Automatically sets YouTube playback speed to 1.5x and persists it across videos.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "*://www.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{35138d1d-cab4-48ba-9c09-4b91486faa49}"
    }
  }
}

Best Quicktube Alternatives

Here are some Firefox add-ons that are similar to Quicktube: