YouTube Keyboard Shortcuts Plus

for 3 seconds forward/backward

YouTube Keyboard Shortcuts Plusคืออะไร?

YouTube Keyboard Shortcuts Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย center และคุณลักษณะหลักของมันคือ "for 3 seconds forward/backward"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Keyboard Shortcuts Plus

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Keyboard Shortcuts Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}