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
官方網址 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"
        }
    }
}