Plex Speed

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

What is Plex Speed?

Plex Speed is a Chrome extension developed by Roman, and its main feature is "An extension that allows changing video playback speed in Plex Web Player".

Extension Screenshots

screenshot

Download Plex Speed Extension CRX File

Download Plex Speed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows changing video playback speed in Plex Web Player. 

This is really useful for watching educational videos because by increasing playback speed you can spend less time watching the video and still be able to understand everything.                    

Extension Basic Information

Name Plex Speed Plex Speed
ID kegkeieegiecchgneffbcbjknmjminjj
Official URL https://chromewebstore.google.com/detail/plex-speed/kegkeieegiecchgneffbcbjknmjminjj
Description An extension that allows changing video playback speed in Plex Web Player
File Size 1002 KB
Installation Count 6,234
Current Version 1.1.2
Last Updated 2021-07-16
Publish Date 2017-08-29
Rating 4.65/5 Total 43 Ratings
Developer Roman
Email [email protected]
Payment Type free
Supported Languages en-US
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"
    ]
}