Reddit Video Speed Controls

Add speed controls to reddit videos

什么是Reddit Video Speed Controls?

Reddit Video Speed Controls是由TheGomesTeam开发的Chrome扩展程序,该扩展的主要功能是“Add speed controls to reddit videos”。

扩展截图

screenshot
screenshot

下载Reddit Video Speed Controls扩展crx文件

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

扩展使用说明

                        The Reddit Video Player is known to be painful. One thing it does by default is hide the video speed controls. This extension remedies that by 
adding simple video speed controls to the bottom of a video posts that use the Reddit Video Player.                    

扩展基本信息

名称 Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
官方URL https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
简介 Add speed controls to reddit videos
文件大小 744 KB
安装次数 16
当前版本 1.0
更新时间 2023-05-17
上架时间 2023-05-16
开发者 TheGomesTeam
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Video Speed Controls",
    "version": "1.0",
    "description": "Add speed controls to reddit videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}