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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    }
}