YoutubeShortTimeController

You can control the current time of YouTube Shorts with a mouse click.

YoutubeShortTimeControllerとは何ですか?

YoutubeShortTimeControllerはpsg0107によって開発されたChromeの拡張機能で、その主な機能は「You can control the current time of YouTube Shorts with a mouse click.」です。

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

screenshot

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

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

拡張機能の使用方法

                        유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.

You can click on the video playback bar at the bottom of YouTube Shorts to change the time.                    

拡張機能の基本情報

名前 YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
公式URL https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
説明 You can control the current time of YouTube Shorts with a mouse click.
ファイルサイズ 10.59 KB
インストール数 193
現在のバージョン 1.0.0.3
最終更新日 2023-07-19
公開日 2023-02-18
評価 5.00/5 合計 1 レビュー
開発者 psg0107
Eメール [email protected]
支払い方法 free
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoutubeShortTimeController",
    "description": "You can control the current time of YouTube Shorts with a mouse click.",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "author": "SGPark",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "scripting"
    ]
}