Faster videos

Lets you play youtube video at 3x and 4x speed

什么是Faster videos?

Faster videos是由Xavi开发的Chrome扩展程序,该扩展的主要功能是“Lets you play youtube video at 3x and 4x speed”。

下载Faster videos扩展crx文件

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

扩展使用说明

                        Ever wished you could watch videos at 3 or 4 times the speed?  Well now you can with this new amazing chrome plugin.  Get hyped for even faster PewDiePie and 100% more cat video.  This is the closest thing to that super-fast-learn-thingy in the Matrix.                    

扩展基本信息

名称 Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
官方URL https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
简介 Lets you play youtube video at 3x and 4x speed
文件大小 20 KB
安装次数 65
当前版本 1.0
更新时间 2017-12-27
上架时间 2017-12-27
开发者 Xavi
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faster videos",
    "description": "Lets you play youtube video at 3x and 4x speed",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugin.js"
            ],
            "run_at": "document_end"
        }
    ]
}