Youtube restore spacebar to scroll

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

Co je Youtube restore spacebar to scroll?

Youtube restore spacebar to scroll je rozšíření Chrome vyvinuté bsitdk, a jeho hlavní funkcí je „A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Youtube restore spacebar to scroll

Stáhněte si soubory rozšíření Youtube restore spacebar to scroll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
Oficiální URL https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Popis A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Velikost souboru 3.21 KB
Počet instalací 429
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-04-12
Datum Vydání 2019-04-12
Hodnocení 5.00/5 Celkem 12 Hodnocení
Vývojář bsitdk
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}