Media Speed Controller
This extension allows the user to change the playback speed of any media element playing.
What is Media Speed Controller?
Media Speed Controller is a Chrome extension developed by Liam Dev., and its main feature is "This extension allows the user to change the playback speed of any media element playing.".
Extension Screenshots
Download Media Speed Controller Extension CRX File
Download Media Speed Controller 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
Change the playback speed of almost anything that is playing, including videos and audio players. Works with Audible, YouTube, Facebook videos, Amazon videos, Netflix, and many more!
Extension Basic Information
Name | Media Speed Controller |
ID | chnpbfjlbmhcmkndfdkbcffnbopfbiea |
Official URL | https://chromewebstore.google.com/detail/media-speed-controller/chnpbfjlbmhcmkndfdkbcffnbopfbiea |
Description | This extension allows the user to change the playback speed of any media element playing. |
File Size | 19 KB |
Installation Count | 677 |
Current Version | 0.3 |
Last Updated | 2023-01-30 |
Publish Date | 2018-05-30 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Liam Dev. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Media Speed Controller", "description": "This extension allows the user to change the playback speed of any media element playing.", "version": "0.3", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |