HBO Enhanced
A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.
HBO Enhanced란 무엇입니까?
HBO Enhanced은(는) nrobinson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials."입니다.
확장 프로그램 스크린샷
HBO Enhanced 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | HBO Enhanced |
ID | kibhmcdemphikjllndhmdjfailnllbjo |
공식 URL | https://chromewebstore.google.com/detail/hbo-enhanced/kibhmcdemphikjllndhmdjfailnllbjo |
설명 | A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials. |
파일 크기 | 8.46 KB |
설치 횟수 | 2,421 |
현재 버전 | 0.4 |
최근 업데이트 | 2020-05-05 |
출시 날짜 | 2020-05-05 |
평점 | 4.14/5 총 7 개의 평점 |
개발자 | nrobinson |
결제 유형 | free |
도움말 페이지 URL | https://github.com/nrobinson12/hbo-now-enhanced |
지원되는 언어 | 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" ] } |