YouTube Space Bar

Actually pause YouTube videos with the space bar

Apa itu YouTube Space Bar?

YouTube Space Bar adalah ekstensi Chrome yang dikembangkan oleh djmartin5454, dan fitur utamanya adalah "Actually pause YouTube videos with the space bar".

Unduh Berkas CRX Ekstensi YouTube Space Bar

Unduh file ekstensi YouTube Space Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
URL Resmi https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Deskripsi Actually pause YouTube videos with the space bar
Ukuran File 6.04 KB
Jumlah Instalasi 121
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-10-03
Tanggal Publikasi 2016-10-03
Penilaian 3.33/5 Total 15 Penilaian
Pengembang djmartin5454
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}