speed up videos

This extension speed up videos based in HTML5, like udemy and youtube

什么是speed up videos?

speed up videos是由leodecm3开发的Chrome扩展程序,该扩展的主要功能是“This extension speed up videos based in HTML5, like udemy and youtube”。

扩展截图

screenshot

下载speed up videos扩展crx文件

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

扩展使用说明

                        The extension of the freedom to increase the speed of videos based on HTML5. Allows it to increase to 3.5x, 4.0x or custom                    

扩展基本信息

名称 speed up videos speed up videos
ID lkfbcmacdfoadbamjdimpjmlkgbpfpbg
官方URL https://chromewebstore.google.com/detail/speed-up-videos/lkfbcmacdfoadbamjdimpjmlkgbpfpbg
简介 This extension speed up videos based in HTML5, like udemy and youtube
文件大小 75.29 KB
安装次数 202
当前版本 2.0
更新时间 2017-08-10
上架时间 2017-08-09
评分 4.29/5 共7次评分
开发者 leodecm3
电子邮箱 [email protected]
付费类型 free
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speed up videos",
    "description": "This extension speed up videos based in HTML5, like udemy and youtube",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}