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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the HBO Max video player look like Netflix's video player"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HBO Max Netflix-ifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |