Playback Speed Control Firefox

Examine source code of Playback Speed Control

By: dougg0k
Inspect and view changes in Playback Speed Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Playback Speed Control",
  "description": "A playback speed controller for video and audio players",
  "version": "1.0.32",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "playback-speed-controller@dougg0k",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Playback Speed Control",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Playback Speed Control Alternatives

Here are some Firefox add-ons that are similar to Playback Speed Control: