Video Speed Controller - video manager
Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.
什么是Video Speed Controller - video manager?
Video Speed Controller - video manager是由Speed Control Utility开发的Chrome扩展程序,该扩展的主要功能是“Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.”。
扩展截图
下载Video Speed Controller - video manager扩展crx文件
下载Video Speed Controller - video manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply handle playback speed while watching videos. Video Speed Controller allows you to speed up or slow down any video during the watching. No standards or limits. Just increase and decrease the playback speed, advance and rewind video as many times as you need. It app will help you optimize your video viewing by allowing you to make fast playback speed adjustments, as well as rewind the video to hear the last few second one more time. We don't read at a constant speed, and we talk much slower than we read - there is no reason why we have to listen at a constant speed and at a (very) slow rate. Have you ever wanted to advance the boring moment or just rewind the favourite video moment more and more? Video Speed Manager is the best tool for video running. Settings console will help to optimize video reviewing. All you need is just set needed shortcuts. Use speed indicator in the left corner of video player or use your keyboard to control video speed. Do you find it difficult to adjust the video playback speed on streaming platforms like Netflix, Amazon Prime Video, Youtube? That video speed controller, a Google Chrome extension that lets you fine-tune the playback settings on your favourite streaming website. From 0.25x, 0.5x, 0.75x, 1.5x, 2x, 3x, and 4x...the extension supports all kinds of playback settings. How to use Video Speed Controller Extension: - Install the extension and pin to your browser (one-time process). - Open any video on your desired streaming website. - Click on the extension’s icon. - Use the extension’s pop-up to specify the video playback settings. - The chosen settings are applied to the video. Speed up or slow down any HTML5 videos on any website. The fastest and easiest way to speed up or slow down videos. Adjust the speed of any video you're watching so you can skip the boring parts/slow down and understand the video better by playing the video at a slower speed. Increase the video speed if you are trying to skip past the boring parts and want to skip to the action scenes/critical parts of the video. Save time today when you are watching videos by slowing them down or speeding the videos up. Thankfully, Video Speed Controller lets you speed up or slow down videos quickly and easily. Save time today when you are watching videos by slowing them down or speeding the videos up. Warning: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. HTML5 Video Speed Control for Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc. We hope you find our Playback Video Speed tool useful! We are waiting for your feedback and ratings! If you’re experiencing problems or speed controller isn't working on, please contact us.
扩展基本信息
名称 | Video Speed Controller - video manager |
ID | gaiceihehajjahakcglkhmdbbdclbnlf |
官方URL | https://chromewebstore.google.com/detail/video-speed-controller-vi/gaiceihehajjahakcglkhmdbbdclbnlf |
简介 | Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control. |
文件大小 | 233 KB |
安装次数 | 1,540,735 |
当前版本 | 1.0.8 |
更新时间 | 2024-02-28 |
上架时间 | 2023-03-01 |
评分 | 4.71/5 共801次评分 |
开发者 | Speed Control Utility |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://videocontrolls.com/privacy-policy.html |
支持的语言 | id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.8", "manifest_version": 3, "minimum_chrome_version": "89", "description": "__MSG_desc__", "default_locale": "en", "icons": { "48": "assets\/48.png", "64": "assets\/64.png", "128": "assets\/128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "settings.html", "open_in_tab": true }, "action": { "default_icon": { "48": "assets\/48.png", "64": "assets\/64.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "match_about_blank": true, "exclude_matches": [ "https:\/\/plus.google.com\/hangouts\/*", "https:\/\/hangouts.google.com\/*", "https:\/\/meet.google.com\/*" ], "css": [ "css\/content.css" ], "js": [ "javascript\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "css\/content.css", "css\/shade.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ] } |