Youtube Spacer
Lets you use space to play/pause youtube videos without having it in focus!
Cos'è Youtube Spacer?
Youtube Spacer è un'estensione di Chrome sviluppata da hexagonest, e la sua funzione principale è "Lets you use space to play/pause youtube videos without having it in focus!".
Scarica il file CRX dell'estensione Youtube Spacer
Scarica i file di estensione Youtube Spacer 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
Have you ever watched a Youtube video, then all of a sudden EAR BLASTING NOISE STARTS PLAYING!!! But you're laying back, in your chair, all comfortable and stuff. You go to pause it by slamming on spacebar, but it only scrolls down the page! Damn! Well, this extension prevents that exactly. On Youtube videos, it will actually play and pause the videos, instead of scrolling down the damn page. NOTE: Only works with HTML5 video. To access this feature, make sure your browser is updated and navigate to http://youtube.com/html5 to enable HTML5 video.
Informazioni di Base sull'Estensione
Nome | Youtube Spacer |
ID | fgihoanlhiehncoaimcmolhlbmeikoak |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak |
Descrizione | Lets you use space to play/pause youtube videos without having it in focus! |
Dimensione del File | 6.87 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-12-12 |
Data di Pubblicazione | 2015-12-12 |
Valutazione | 4.24/5 Totale 21 Valutazioni |
Sviluppatore | hexagonest |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Spacer", "description": "Lets you use space to play\/pause youtube videos without having it in focus!", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?v=*", "https:\/\/www.youtube.com\/watch?v=*" ], "js": [ "main.js" ] } ], "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |