SpeedVid Video Media Controller
Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.
What is SpeedVid Video Media Controller?
SpeedVid Video Media Controller is a Chrome extension developed by Sebastien Biollo, and its main feature is "Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.".
Extension Screenshots
Download SpeedVid Video Media Controller Extension CRX File
Download SpeedVid Video Media 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
Detect every video in the website in real time, and moves to the position of the selected video. You can slow down, speed up, change the volume, moving forward or backward of 30 seconds, or directly change the playback position of any video.
Extension Basic Information
Name | |
ID | lblfpakbeohclpeccopbeochbldjcohb |
Official URL | https://chrome.google.com/webstore/detail/speedvid-video-media-cont/lblfpakbeohclpeccopbeochbldjcohb |
Description | Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming. |
File Size | 148 KB |
Installation Count | 97 |
Current Version | 0.3.2 |
Last Updated | 2020-03-20 |
Publish Date | 2020-03-18 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Sebastien Biollo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/0x5eba/SpeedVid |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpeedVid Video Media Controller", "short_name": "SpeedVid", "version": "0.3.2", "manifest_version": 2, "description": "Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.", "homepage_url": "https:\/\/github.com\/0x5eba\/SpeedVid", "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "match_about_blank": true, "js": [ "content.js" ] } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "SpeedVid", "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |