YouTube Keyboard Shortcuts Plus

for 3 seconds forward/backward

YouTube Keyboard Shortcuts Plus란 무엇입니까?

YouTube Keyboard Shortcuts Plus은(는) center에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "for 3 seconds forward/backward"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube Keyboard Shortcuts Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will enable keyboard shortcuts on YouTube.



      A:       3 secs backward
      S:       pause/play
      D:       3 secs forward

      C:           Toggle CC(subs) visibility
      \:            Copy the CC text
      [:            decrease Playback Rate
      ]:            increase Playback Rate (by 0.1 up to 2.5x)
      P:           Toggle Playback Rate (1.0x and Customized Speed)

(**You can also change these shortcuts very easily!**)

All you need to do from now on is just install it and click the icon! (^o^)
This extension is extremely useful especially for language learners.                    

확장 프로그램 기본 정보

이름 YouTube Keyboard Shortcuts Plus YouTube Keyboard Shortcuts Plus
ID knkligebdechoagelpfkckoabgnklfjm
공식 URL https://chromewebstore.google.com/detail/youtube-keyboard-shortcut/knkligebdechoagelpfkckoabgnklfjm
설명 for 3 seconds forward/backward
파일 크기 24.96 KB
설치 횟수 1,361
현재 버전 1.7.1
최근 업데이트 2023-11-14
출시 날짜 2022-10-03
평점 4.43/5 총 7 개의 평점
개발자 center
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://beacons.ai/exis
도움말 페이지 URL https://beacons.ai/exis
지원되는 언어 id,de,en,fr,vi,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_n__",
    "version": "1.7.1",
    "description": "for 3 seconds forward\/backward",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/squery.min.js",
                "libs\/hotkey.js",
                "global.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}