HBO Enhanced
A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.
O que é HBO Enhanced?
HBO Enhanced é uma extensão do Chrome desenvolvida por nrobinson, e sua principal característica é "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HBO Enhanced
Baixe arquivos de extensão HBO Enhanced no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | HBO Enhanced |
ID | kibhmcdemphikjllndhmdjfailnllbjo |
URL Oficial | https://chromewebstore.google.com/detail/hbo-enhanced/kibhmcdemphikjllndhmdjfailnllbjo |
Descrição | A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials. |
Tamanho do Arquivo | 8.46 KB |
Contagem de Instalações | 2,421 |
Versão Atual | 0.4 |
Última Atualização | 2020-05-05 |
Data de Publicação | 2020-05-05 |
Classificação | 4.14/5 Total de 7 Avaliações |
Desenvolvedor | nrobinson |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/nrobinson12/hbo-now-enhanced |
Idiomas Suportados | 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" ] } |