Spacebar pause on youtube

This extension makes spacebar actually pause youtube videos

Cos'è Spacebar pause on youtube?

Spacebar pause on youtube è un'estensione di Chrome sviluppata da Yossi Abraham, e la sua funzione principale è "This extension makes spacebar actually pause youtube videos".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spacebar pause on youtube

Scarica i file di estensione Spacebar pause on youtube 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

                        As long as when pressing space on youtube will not pause the video, our life mission is incomplete. So we introduce you the next cutting edge technology into your personal youtube - a youtube that actually pauses on spacebar (!!!!!!!!) (BTW: We are open minded about being acquired by google.)                    

Informazioni di Base sull'Estensione

Nome Spacebar pause on youtube Spacebar pause on youtube
ID fkhkpjiagcmkicnbmnnlfdjodhbblnkl
URL Ufficiale https://chrome.google.com/webstore/detail/fkhkpjiagcmkicnbmnnlfdjodhbblnkl
Descrizione This extension makes spacebar actually pause youtube videos
Dimensione del File 3.32 KB
Conteggio Installazioni 604
Versione Corrente 1.1
Ultimo Aggiornamento 2015-09-06
Data di Pubblicazione 2015-09-06
Valutazione 3.03/5 Totale 29 Valutazioni
Sviluppatore Yossi Abraham
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spacebar pause on youtube",
    "short_name": "spacebar-youtube",
    "description": "This extension makes spacebar actually pause youtube videos",
    "version": "1.1",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "hook.js"
            ],
            "run_at": "document_end"
        }
    ]
}