Custom YouTube Playback & Rotation Firefox

Examine source code of Custom YouTube Playback & Rotation

By: qwexon Add-on
Inspect and view changes in Custom YouTube Playback & Rotation source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom YouTube Playback & Rotation",
  "version": "1.0.2",
  "homepage_url": "https://github.com/qwexon/Custom-Youtube-Playback-Rotation",
  "description": "Minimal YouTube player control for custom playback speeds and 90 degree video rotation.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "custom-youtube-playback-rotation@mentkol.addons",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Custom YouTube Playback & Rotation Alternatives

Here are some Firefox add-ons that are similar to Custom YouTube Playback & Rotation: