Video Playback Speedup

Control video playback speed using keyboard shortcuts

什么是Video Playback Speedup?

Video Playback Speedup是由Simplify Unique Ideas开发的Chrome扩展程序,该扩展的主要功能是“Control video playback speed using keyboard shortcuts”。

扩展截图

screenshot
screenshot

下载Video Playback Speedup扩展crx文件

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

扩展使用说明

                        The purpose of this extension is to speed up currently playing video for people in hurry. Most web video players has functionality to speed up video playback, but it has certain upper limits. This extension is meant to change that. Moreover, it also has key binding to skip video ads with a single click. And there is more, it does not require any access permissions from your browsers, so you can be calm, it is not going to snoop on your browsing activity.                    

扩展基本信息

名称 Video Playback Speedup Video Playback Speedup
ID fllmoplppdefmmapminckbjbfpmncjnb
官方URL https://chromewebstore.google.com/detail/video-playback-speedup/fllmoplppdefmmapminckbjbfpmncjnb
简介 Control video playback speed using keyboard shortcuts
文件大小 16.04 KB
安装次数 94
当前版本 1.0.0
更新时间 2019-03-07
上架时间 2019-03-06
评分 5.00/5 共1次评分
开发者 Simplify Unique Ideas
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/va1da5/html5-video-speedup-chome-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speedup",
    "description": "Control video playback speed using keyboard shortcuts",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-90.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": []
}