Video Playback Speed
Allows you to change the playback speed of a video.
What is Video Playback Speed?
Video Playback Speed is a Chrome extension developed by Tom2718, and its main feature is "Allows you to change the playback speed of a video.".
Extension Screenshots
Download Video Playback Speed Extension CRX File
Download Video 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
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
Extension Basic Information
Name | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
Official URL | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Description | Allows you to change the playback speed of a video. |
File Size | 4.88 KB |
Installation Count | 254 |
Current Version | 1.0 |
Last Updated | 2018-08-07 |
Publish Date | 2018-07-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Tom2718 |
Payment Type | free |
Extension Website | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
Help Page URL | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |