Youtube Shorts Control

You can manipulate YouTube shorts in a variety of ways!

什麼是Youtube Shorts Control?

Youtube Shorts Control是由plmo00456開發的Chrome擴展程式,該擴展的主要功能是“You can manipulate YouTube shorts in a variety of ways!”。

擴展截圖

screenshot
screenshot
screenshot

下載Youtube Shorts Control擴展crx文件

下載Youtube Shorts Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Control is created to control YouTube shorts!

You can control YouTube Shorts as follows.
--------------------------------------------------------------------------------------------------------------------------

- AutoPlay: At the end of the video time, the next video will be played automatically.
- Progress Bar: You can change the video time using the Progress Bar at the bottom of the Shorts.
- Volume control: It will be applied even after the next video or browser restart.
- PIP: It can be played automatically even in the PIP state, and 'volume' and 'playback speed' are also maintained.
- Playback speed: It can be adjusted to 0.25 to 3x speed, and when pinned, it will be maintained after the next video or browser reboot.

--------------------------------------------------------------------------------------------------------------------------
v1.66
- The program has been optimized.

v1.70
- Added shortcut help.
- Added a play speed control shortcut.
- Added a sound control shortcut.

v1.72
- The shortcut has been extended.
- Added help window dark mode.

v1.73
- The program has been optimized.

v1.74
- Fix bug where video skips forward more than 10 seconds when pressing keyboard arrow keys                    

擴展基本資訊

名稱 Youtube Shorts Control Youtube Shorts Control
ID billpckbladoifajmnejlpcffjfcaiho
官方網址 https://chromewebstore.google.com/detail/youtube-shorts-control/billpckbladoifajmnejlpcffjfcaiho
簡介 You can manipulate YouTube shorts in a variety of ways!
檔案大小 176 KB
安裝次數 799
目前版本 1.74
更新時間 2024-02-22
上架時間 2023-12-27
評分 5.00/5 共 12 次評分
開發者 plmo00456
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.74",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "default.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "64": "icon_64.png",
            "128": "icon_128.png"
        }
    }
}