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
官方網址 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
電子郵箱 [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"
    ]
}