TurboPlay - YouTube Speed Controls

Turbocharge your YouTube video with extra speed controls up to 16x

TurboPlay - YouTube Speed Controls란 무엇입니까?

TurboPlay - YouTube Speed Controls은(는) tonyadastra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turbocharge your YouTube video with extra speed controls up to 16x"입니다.

확장 프로그램 스크린샷

screenshot

TurboPlay - YouTube Speed Controls 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        No more 2x limit! Gain control of playing your YouTube video using advanced speed controls of up to 16x. Blends seamlessly with the YouTube interface.

* Shortcuts are the same *
>: speed up
<: slow down

You may not want to play the entire video at 16x. You can press:
s to go back to 1x
d to revert to speed before "s"

This is just v1 of this product. We want to hear from you and welcome feedback for improvement.                    

확장 프로그램 기본 정보

이름 TurboPlay - YouTube Speed Controls TurboPlay - YouTube Speed Controls
ID hgaadanbmkgnbopokohaclppnjfpfeif
공식 URL https://chromewebstore.google.com/detail/turboplay-youtube-speed-c/hgaadanbmkgnbopokohaclppnjfpfeif
설명 Turbocharge your YouTube video with extra speed controls up to 16x
파일 크기 15.71 KB
설치 횟수 14
현재 버전 1.0
최근 업데이트 2022-11-08
출시 날짜 2022-11-07
개발자 tonyadastra
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TurboPlay - YouTube Speed Controls",
    "version": "1.0",
    "description": "Turbocharge your YouTube video with extra speed controls up to 16x",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}