YouTube Spacebar Pause

Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.

YouTube Spacebar Pause là gì?

YouTube Spacebar Pause là một tiện ích mở rộng Chrome được phát triển bởi MAaxim91, và tính năng chính của nó là "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.".

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

Tải xuống các tệp mở rộng YouTube Spacebar Pause 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

                        Pause video by pressing the [SPACEBAR] everywhere.
Prevent scrolling. 
Fixed version of "youtube-spacebar-fix" by Fireside Guru.                    

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

Tên YouTube Spacebar Pause YouTube Spacebar Pause
ID kelhcneanfdjfbneoljbgpahgfcacdhh
URL Chính Thức https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh
Mô tả Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
Kích Thước Tệp 34.04 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-04-02
Ngày Phát Hành 2018-04-02
Đánh Giá 4.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển MAaxim91
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "YouTube Spacebar Pause",
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "YouTube Spacebar Pause"
    },
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}