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
Eメール [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"
            ]
        }
    ]
}