YouTube Spacebar pausing

Pause videos on page load with the space bar

YouTube Spacebar pausingคืออะไร?

YouTube Spacebar pausing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D3.io และคุณลักษณะหลักของมันคือ "Pause videos on page load with the space bar"

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

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

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

                        This enables you to use the spacebar to pause YouTube videos as soon as the page has loaded. YouTube usually requires that you first manually pause the video by clicking the pause button before the spacebar trick works. This will enable you to use the spacebar to pause a YouTube video whenever you feel like!


CHANGELOG
---------

1.3 
- Fixed form focus issue, preventing you from using spaces in the search bar

1.2
- Fixed issue with pausing when writing a comment

1.1
- Fixed YouTube fullscreen issue

1.0
- Released!                    

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

ชื่อ YouTube Spacebar pausing YouTube Spacebar pausing
ID bkpindoeklkmcchcidehelnihghppcdg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-spacebar-pausing/bkpindoeklkmcchcidehelnihghppcdg
คำอธิบาย Pause videos on page load with the space bar
ขนาดไฟล์ 23.57 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2016-07-05
วันที่เผยแพร่ 2016-07-05
คะแนน 3.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา D3.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.d3.io
URL หน้าช่วยเหลือ https://www.d3.io/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Spacebar pausing",
    "version": "1.3.0",
    "description": "Pause videos on page load with the space bar",
    "icons": {
        "48": "Icons\/Icon48.png",
        "128": "Icons\/Icon128.png"
    },
    "author": "D3T Digital",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "short_name": "YouTube Spacebar pausing",
    "web_accessible_resources": [
        "Icons\/*"
    ]
}