Video Speed Tweak

Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.

什么是Video Speed Tweak?

Video Speed Tweak是由robotreply开发的Chrome扩展程序,该扩展的主要功能是“Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.”。

下载Video Speed Tweak扩展crx文件

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

扩展使用说明

                        Set the default YouTube video speed to 2.5x                    

扩展基本信息

名称 Video Speed Tweak Video Speed Tweak
ID inkbcfnbjddnjfdkogbjcljioedfamag
官方URL https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag
简介 Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
文件大小 92.36 KB
安装次数 27
当前版本 0.0.1
更新时间 2014-10-16
上架时间 2014-10-16
评分 5.00/5 共1次评分
开发者 robotreply
付费类型 free
支持的语言 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "Video Speed Tweak",
    "short_name": "VideoSpeed Tweak",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}