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

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}