Youtube Shorts Controller

Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed

Youtube Shorts Controllerとは何ですか?

Youtube Shorts Controllerはaomerrill98によって開発されたChromeの拡張機能で、その主な機能は「Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed」です。

拡張機能のスクリーンショット

screenshot

Youtube Shorts Controller拡張機能のCRXファイルをダウンロード

Youtube Shorts Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video.

Controls:
w/a/A/s/d/D

Fast Forward:
d - 2.5s
D - 5s

Rewind:
a - 2.5s
A - 5s

Playback Speed:
w - increment by .25x
s - decrement by .25x                    

拡張機能の基本情報

名前 Youtube Shorts Controller Youtube Shorts Controller
ID ficbdkikbblcnkclmfkkppgmfgbcihch
公式URL https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch
説明 Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
ファイルサイズ 27.82 KB
インストール数 832
現在のバージョン 1.0.3
最終更新日 2023-11-30
公開日 2022-12-14
評価 4.73/5 合計 11 レビュー
開発者 aomerrill98
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Shorts Controller",
    "version": "1.0.3",
    "description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "youtube-shorts-controller-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}