Plex Playback Speed
Plex Playback Speed
What is Plex Playback Speed?
Plex Playback Speed is a Chrome extension developed by SarSha, and its main feature is "Plex Playback Speed".
Extension Screenshots
Download Plex Playback Speed Extension CRX File
Download Plex Playback 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 will allow you to change the playback speed when using Plex.
Extension Basic Information
Name | Plex Playback Speed |
ID | laaigpikglkhlmcmlggkjpgglajlcdde |
Official URL | https://chromewebstore.google.com/detail/plex-playback-speed/laaigpikglkhlmcmlggkjpgglajlcdde |
Description | Plex Playback Speed |
File Size | 4.78 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2019-08-11 |
Publish Date | 2019-08-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | SarSha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plex Playback Speed", "version": "1.0", "description": "Plex Playback Speed", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |