Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

Apa itu Youtube restore spacebar to scroll?

Youtube restore spacebar to scroll adalah ekstensi Chrome yang dikembangkan oleh bsitdk, dan fitur utamanya adalah "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube restore spacebar to scroll

Unduh file ekstensi Youtube restore spacebar to scroll 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

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

Informasi Dasar Ekstensi

Nama Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
URL Resmi https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Deskripsi A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Ukuran File 3.21 KB
Jumlah Instalasi 429
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-04-12
Tanggal Publikasi 2019-04-12
Penilaian 5.00/5 Total 12 Penilaian
Pengembang bsitdk
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}