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
官方網址 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"
            ]
        }
    ]
}