Video Controls Max
This plugin provide extra video controls for youtube
什么是Video Controls Max?
Video Controls Max是由Manjot Singh开发的Chrome扩展程序,该扩展的主要功能是“This plugin provide extra video controls for youtube”。
扩展截图
下载Video Controls Max扩展crx文件
下载Video Controls Max扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin gives you extra control for your youtube video. Extra Controls given right now are:- 1. Forward: Forward by 10 sec 2. Backward: Backward by 10 sec 3. Speed+: Increase speed of video ( max 15.5x) 4. Speed-: Decrease speed of video ( min 0.5x) 5. Reverse: Reverse your Video 6. Stop Reverse: Stop Reversing video
扩展基本信息
名称 | |
ID | ofcelndgcapgcjldffldonbefaoddhjn |
官方URL | https://chrome.google.com/webstore/detail/video-controls-max/ofcelndgcapgcjldffldonbefaoddhjn |
简介 | This plugin provide extra video controls for youtube |
文件大小 | 14.74 KB |
安装次数 | 153 |
当前版本 | 1.2 |
更新时间 | 2019-03-12 |
上架时间 | 2019-03-12 |
评分 | 3.67/5 共6次评分 |
开发者 | Manjot Singh |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Controls Max", "version": "1.2", "description": "This plugin provide extra video controls for youtube", "permissions": [ "activeTab", "declarativeContent", "storage", "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "insertPlayerButtons.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |