SpeedVid Video Media Controller
Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.
什么是SpeedVid Video Media Controller?
SpeedVid Video Media Controller是由Sebastien Biollo开发的Chrome扩展程序,该扩展的主要功能是“Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming.”。
扩展截图
下载SpeedVid Video Media Controller扩展crx文件
下载SpeedVid Video Media Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | lblfpakbeohclpeccopbeochbldjcohb |
官方URL | https://chrome.google.com/webstore/detail/speedvid-video-media-cont/lblfpakbeohclpeccopbeochbldjcohb |
简介 | Video media controller for videos in any website, like Facebook, Instagram, Youtube, and every video in streaming. |
文件大小 | 148 KB |
安装次数 | 97 |
当前版本 | 0.3.2 |
更新时间 | 2020-03-20 |
上架时间 | 2020-03-18 |
评分 | 4.00/5 共1次评分 |
开发者 | Sebastien Biollo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/0x5eba/SpeedVid |
支持的语言 | 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" } } |