Plex Speed

Plex Speed

An extension that allows changing video playback speed in Plex Web Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Plex Speed",
  "version": "1.1.2",
  "description": "An extension that allows changing video playback speed in Plex Web Player",
  "icons": {
    "32": "images/plex32.png",
    "64": "images/plex64.png",
    "128": "images/plex128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "images/plex32.png",
      "64": "images/plex64.png",
      "128": "images/plex128.png"
    },
    "default_title": "Plex Speed",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "alarms"
  ]
}