Html5 Video Speed Control

This extension allows the user to change the Html5 Video Speed.

什么是Html5 Video Speed Control?

Html5 Video Speed Control是由Eric开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to change the Html5 Video Speed.”。

扩展截图

screenshot

下载Html5 Video Speed Control扩展crx文件

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

扩展使用说明

                        The appearance and description are aweful, but the extension is awesome.                    

扩展基本信息

名称 Html5 Video Speed Control Html5 Video Speed Control
ID kdeohphfaeoaeocgalpfjabofhfnikjc
官方URL https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc
简介 This extension allows the user to change the Html5 Video Speed.
文件大小 31.58 KB
安装次数 84
当前版本 1.0
更新时间 2019-06-01
上架时间 2019-06-01
评分 5.00/5 共1次评分
开发者 Eric
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Html5 Video Speed Control",
    "description": "This extension allows the user to change the Html5 Video Speed.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}