Youtube Spacer

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

Youtube Spacer là gì?

Youtube Spacer là một tiện ích mở rộng Chrome được phát triển bởi hexagonest, và tính năng chính của nó là "Lets you use space to play/pause youtube videos without having it in focus!".

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

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

                        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.                    

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

Tên Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
URL Chính Thức https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
Mô tả Lets you use space to play/pause youtube videos without having it in focus!
Kích Thước Tệp 6.87 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-12-12
Ngày Phát Hành 2015-12-12
Đánh Giá 4.24/5 Tổng số 21 Đánh Giá
Nhà Phát Triển hexagonest
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}