YouTube Space Bar

Actually pause YouTube videos with the space bar

Cos'è YouTube Space Bar?

YouTube Space Bar è un'estensione di Chrome sviluppata da djmartin5454, e la sua funzione principale è "Actually pause YouTube videos with the space bar".

Scarica il file CRX dell'estensione YouTube Space Bar

Scarica i file di estensione YouTube Space Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
URL Ufficiale https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Descrizione Actually pause YouTube videos with the space bar
Dimensione del File 6.04 KB
Conteggio Installazioni 121
Versione Corrente 1.2
Ultimo Aggiornamento 2016-10-03
Data di Pubblicazione 2016-10-03
Valutazione 3.33/5 Totale 15 Valutazioni
Sviluppatore djmartin5454
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}