YouTube Space Bar

Actually pause YouTube videos with the space bar

YouTube Space Bar là gì?

YouTube Space Bar là một tiện ích mở rộng Chrome được phát triển bởi djmartin5454, và tính năng chính của nó là "Actually pause YouTube videos with the space bar".

Tải xuống tệp CRX của tiện ích mở rộng YouTube Space Bar

Tải xuống các tệp mở rộng YouTube Space Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
URL Chính Thức https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Mô tả Actually pause YouTube videos with the space bar
Kích Thước Tệp 6.04 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-10-03
Ngày Phát Hành 2016-10-03
Đánh Giá 3.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển djmartin5454
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}