VidSprint: Video Speed Controller

Minimalistic video speed controller

什么是VidSprint: Video Speed Controller?

VidSprint: Video Speed Controller是由VS Creations开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic video speed controller”。

扩展截图

screenshot

下载VidSprint: Video Speed Controller扩展crx文件

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

扩展使用说明

                        Need to binge watch trending shows? Want to speed through slow and dramatic scenes? With VidSprint, you can sprint your videos on your favorite streaming platform!

Features include: 
 - Speed up any video you're watching up to 5x
 - Slow down any video you're watching down to 0.25x
 - Minimalist Design/Interface
 - Dark Mode friendly
 - Runs Offline                    

扩展基本信息

名称 VidSprint: Video Speed Controller VidSprint: Video Speed Controller
ID mbbpnlifeoijpphllkbfhpljhlifblfm
官方URL https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm
简介 Minimalistic video speed controller
文件大小 14.37 KB
安装次数 68
当前版本 0.0.0.2
更新时间 2021-01-05
上架时间 2020-12-31
评分 5.00/5 共1次评分
开发者 VS Creations
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VidSprint: Video Speed Controller",
    "description": "Minimalistic video speed controller",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "toggle-increase": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Toggle feature foo"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    }
}