UAS Speed Controller Firefox

Examine source code of UAS Speed Controller

Inspect and view changes in UAS Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UAS Speed Controller",
  "version": "1.2",
  "description": "Control video playback speed for UAS iframe players",
  "permissions": [
    "activeTab",
    "tabs",
    "https://campus.ua.school/campus/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "UAS Speed Controller"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://campus.ua.school/campus/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "uas-speed-controller-mateusz-salach@nothing.com"
    }
  }
}

Best UAS Speed Controller Alternatives

Here are some Firefox add-ons that are similar to UAS Speed Controller: