HBO Max Netflix-ifier
Make the HBO Max video player look like Netflix's video player
HBO Max Netflix-ifier란 무엇입니까?
HBO Max Netflix-ifier은(는) goatmobile에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make the HBO Max video player look like Netflix's video player"입니다.
확장 프로그램 스크린샷
HBO Max Netflix-ifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes HBO Max's video player look similar to Netflix's. It also adds support for media keys, including play/pause, next track (skip forward 10 seconds), and previous track (skip backwards 10 seconds). (note: Captions only work if their appearance settings are the defaults on the normal HBO Max player.) Changelog: 2.1.1 - fix bug where controls wouldn't fade out 2.1.0 - add episode selector 2.0.0 - redo backend UI, make animations more smooth 1.3.2 - fix bug where the page would break and HBO would say it "can't play this title right now", fix another bug where the whole extension was disabled by default 1.3.1 - fix bug where HBO player would error out and not play anything 1.3 - fix bug where player was not starting 1.2.1 - fix fullscreen button, subtitles
확장 프로그램 기본 정보
이름 | |
ID | ogjghfafpdbcfjogmadjbdnmmgciealb |
공식 URL | https://chrome.google.com/webstore/detail/hbo-max-netflix-ifier/ogjghfafpdbcfjogmadjbdnmmgciealb |
설명 | Make the HBO Max video player look like Netflix's video player |
파일 크기 | 41.41 KB |
설치 횟수 | 1,000 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2021-02-10 |
출시 날짜 | 2020-07-08 |
평점 | 3.31/5 총 13 개의 평점 |
개발자 | goatmobile |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO Max Netflix-ifier", "short_name": "HBO Max Netflix-ifier", "description": "Make the HBO Max video player look like Netflix's video player", "version": "2.1.1", "author": "goatmobile", "content_scripts": [ { "matches": [ "*:\/\/play.hbomax.com\/*" ], "js": [ "redom\/redom.js", "lib.js", "css.js", "netflix.js", "main.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.hbomax.com\/*", "https:\/\/comet.api.hbo.com\/content", "https:\/\/play.hbomax.com\/*", "storage" ], "icons": { "128": "icon128.png" } } |