Media Keys for Youtube™

Improve hardware media key handling!

Media Keys for Youtube™คืออะไร?

Media Keys for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timobaczynski และคุณลักษณะหลักของมันคือ "Improve hardware media key handling!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media Keys for Youtube™

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

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

                        Use the following keys to pause, rewind the video forward and backward, even when the youtube.com window / tab is not active.

Play/Pause ⏯ - works like Space-key.
Previous ⏮- works like LeftArrow-key (backward 5 seconds), long press switches to the previous video.
Next ⏭ - works like RightArrow-key (forward 5 seconds), long press switches to the next video.

Be careful, the extension takes some time to load when the page loads.
Tested with Windows 10 only.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Media Keys for Youtube™ Media Keys for Youtube™
ID inpajkcdlienadkggigbmfhhkdkkpbfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn
คำอธิบาย Improve hardware media key handling!
ขนาดไฟล์ 3.84 KB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-06-01
วันที่เผยแพร่ 2021-04-07
คะแนน 4.17/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา timobaczynski
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Keys for Youtube\u2122",
    "description": "Improve hardware media key handling!",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}