HBO Enhanced
A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.
Cos'è HBO Enhanced?
HBO Enhanced è un'estensione di Chrome sviluppata da nrobinson, e la sua funzione principale è "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HBO Enhanced
Scarica i file di estensione HBO Enhanced 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
This extension adds shortcuts and fixes to HBO Now and HBO Go. Features: - Right arrow skips forward 10 seconds on streams (left arrow skips backward) - Up arrow turns volume on site up (down arrow turns volume down) Fixes: - Clicking space bar to pause no longer scrolls down the page With more updates coming! Disclaimer: HBO, HBO Now, and HBO Go are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.
Informazioni di Base sull'Estensione
Nome | HBO Enhanced |
ID | kibhmcdemphikjllndhmdjfailnllbjo |
URL Ufficiale | https://chromewebstore.google.com/detail/hbo-enhanced/kibhmcdemphikjllndhmdjfailnllbjo |
Descrizione | A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials. |
Dimensione del File | 8.46 KB |
Conteggio Installazioni | 2,421 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2020-05-05 |
Data di Pubblicazione | 2020-05-05 |
Valutazione | 4.14/5 Totale 7 Valutazioni |
Sviluppatore | nrobinson |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/nrobinson12/hbo-now-enhanced |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO Enhanced", "description": "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.", "version": "0.4", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/play.hbonow.com\/*", "https:\/\/play.hbogo.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "permissions": [ "tabs" ] } |