YouTube Space Bar

Actually pause YouTube videos with the space bar

YouTube Space Barคืออะไร?

YouTube Space Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย djmartin5454 และคุณลักษณะหลักของมันคือ "Actually pause YouTube videos with the space bar"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Space Bar

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

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

                        No one has ever wanted to scroll down on YouTube using the space bar.
This fixes that.

There are a few extensions that claim to do this, but this one actually works.

Also, spaces typed in the comment box, or in the search bar do not pause the video as they do in some other extensions.                    

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

ชื่อ YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
คำอธิบาย Actually pause YouTube videos with the space bar
ขนาดไฟล์ 6.04 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-10-03
วันที่เผยแพร่ 2016-10-03
คะแนน 3.33/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา djmartin5454
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Space Bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Actually pause YouTube videos with the space bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "icon.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}