Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

Youtube restore spacebar to scrollคืออะไร?

Youtube restore spacebar to scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bsitdk และคุณลักษณะหลักของมันคือ "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube restore spacebar to scroll

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

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

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

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

ชื่อ Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
คำอธิบาย A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
ขนาดไฟล์ 3.21 KB
จำนวนการติดตั้ง 429
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-12
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา bsitdk
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}