Video Speed Controller

Video Speed Controller for netflix video, primevideo, hotstar, etc.

什么是Video Speed Controller?

Video Speed Controller是由Video Speed Controller开发的Chrome扩展程序,该扩展的主要功能是“Video Speed Controller for netflix video, primevideo, hotstar, etc.”。

扩展截图

screenshot
screenshot
screenshot

下载Video Speed Controller扩展crx文件

下载Video Speed Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you find it difficult to adjust the video playback speed on streaming platforms like Netflix, Amazon Prime Video, Youtube, Twitch, and Disney+ Hotstar?  

Presenting 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.

Video Speed Controller Shortcuts:
To Increase: Ctrl+Shift+Right for Windows, Linux & Command+Shift+Right for Mac OS
To Decrease: Ctrl+Shift+Left for Windows, Linux & Command+Shift+Left for Mac OS
To Open: Ctrl+Shift+J for Windows, Linux & Option+J for Mac OS

Now sit back and relax! Play around with the playback options to see what fits you the best. 

Version 3.1.0 changes:
>> Added extension icon of different sizes

Version 3.0.0 changes:
>> Now works on iframe video. 
>> Removed unnecessary permissions and code

Version 2.1.0 changes:
>> Added the functionality to support up to 4x speed
>> Enabled short codes support for mac, windows and linux

Version 2.0.1 changes:
>> Works on all streaming sites
>> Supports on every video playback
>> Supports up to 12 languages
>> Improved UI & bug fixes                    

扩展基本信息

名称 Video Speed Controller Video Speed Controller
ID gioehmkjkeamcinbdelehlpnpdcdjpdp
官方URL https://chromewebstore.google.com/detail/video-speed-controller/gioehmkjkeamcinbdelehlpnpdcdjpdp
简介 Video Speed Controller for netflix video, primevideo, hotstar, etc.
文件大小 750 KB
安装次数 88,004
当前版本 3.1.5
更新时间 2023-05-20
上架时间 2021-06-25
评分 4.59/5 共567次评分
开发者 Video Speed Controller
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/video-speeder/privacy-policy
支持的语言 en,tr,es,ru,hi,ta,te,kn-IN,ml,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.1.5",
    "description": "__MSG_desName__",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "default_locale": "en",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Alt+Y",
                "linux": "Ctrl+Shift+J",
                "windows": "Ctrl+Shift+Y"
            }
        },
        "left": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "Decrease Speed"
        },
        "right": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Increase Speed"
        }
    }
}