Video Play Speed

Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.

什么是Video Play Speed?

Video Play Speed是由Josephus Paye II开发的Chrome扩展程序,该扩展的主要功能是“Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.”。

扩展截图

screenshot

下载Video Play Speed扩展crx文件

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

扩展使用说明

                        This extension allows you to easily change the playback speed of videos you are watching. You can speed up or slow down your videos in 3 clicks:

1. Right-click the video
2. Click Video Play Speed
3. Choose your playback speed

Note: YouTube™ videos not supported, as YouTube™ already supports changing the playback speed. Also, flash videos not supported, HTML5 videos only.

YouTube™ is a trademark of Google Inc.

The source of this extension is available here: https://github.com/JosephusPaye/video-playback-speed-extension                    

扩展基本信息

名称 Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
官方URL https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
简介 Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
文件大小 55.27 KB
安装次数 3,259
当前版本 0.1
更新时间 2024-01-16
上架时间 2016-03-31
评分 3.09/5 共11次评分
开发者 Josephus Paye II
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Play Speed",
    "author": "Josephus Paye II",
    "description": "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "video-speed.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}