Youtube Spacer

Lets you use space to play/pause youtube videos without having it in focus!

Youtube Spacerคืออะไร?

Youtube Spacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hexagonest และคุณลักษณะหลักของมันคือ "Lets you use space to play/pause youtube videos without having it in focus!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Spacer

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

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

                        Have you ever watched a Youtube video, then all of a sudden EAR BLASTING NOISE STARTS PLAYING!!! But you're laying back, in your chair, all comfortable and stuff. You go to pause it by slamming on spacebar, but it only scrolls down the page! Damn! 

Well, this extension prevents that exactly. On Youtube videos, it will actually play and pause the videos, instead of scrolling down the damn page.

NOTE: Only works with HTML5 video. To access this feature, make sure your browser is updated and navigate to http://youtube.com/html5 to enable HTML5 video.                    

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

ชื่อ Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
คำอธิบาย Lets you use space to play/pause youtube videos without having it in focus!
ขนาดไฟล์ 6.87 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-12-12
วันที่เผยแพร่ 2015-12-12
คะแนน 4.24/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา hexagonest
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Spacer",
    "description": "Lets you use space to play\/pause youtube videos without having it in focus!",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch?v=*",
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}