HBO Max Episode Selector: HBO episode list.
Extension adds an episode list button to select the episode while watching HBOMax series.
HBO Max Episode Selector: HBO episode list. क्या है?
HBO Max Episode Selector: HBO episode list. TheBestChromeExtensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension adds an episode list button to select the episode while watching HBOMax series."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HBO Max Episode Selector: HBO episode list. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Go to the next episode smoothly with HBOMax Episode Selector. No more searching for the series through the home page, no more going back and forth to change the episode. This extension improves HBOMax navigation by adding 2 new Netflix-like buttons. Now you’ll be able to go to the next episode straight from the one you're watching or see the episode list and choose one of them. How to use HBOMax Episode Selector? 1. Add the extension to your Chrome browser. 2. Go to HBOMax and pick a TV show to watch. 3. Navigate to the playback options (at the bottom of the player). You should see 2 new icons next to the volume icon - Next episode and Select Episode. 4. Click on the next episode button to start the next episode. Click on the select episode button to navigate through the episodes. The list will show the current episode, 3 previous, and 3 next ones. Entertainment shouldn't be complicated. Enjoy watching your favorite series with easy access to more episodes. Disclaimer: HBO is a trademark of Home Box Office, Inc. This website & extension hold no association or affiliation with HBO Max or any third-party companies.
एक्सटेंशन की मूल जानकारी
नाम | HBO Max Episode Selector: HBO episode list. |
ID | ibjmkalgoapiiagmjapkjhonhaeomkgi |
आधिकारिक URL | https://chromewebstore.google.com/detail/hbo-max-episode-selector/ibjmkalgoapiiagmjapkjhonhaeomkgi |
विवरण | Extension adds an episode list button to select the episode while watching HBOMax series. |
फ़ाइल का आकार | 168 KB |
स्थापना संख्या | 286 |
वर्तमान संस्करण | 1.2.15 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2022-04-18 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | TheBestChromeExtensions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.vodextended.com/privacy_policy |
समर्थित भाषाएँ | de,en,fr,es,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.2.15", "manifest_version": 3, "host_permissions": [ "*:\/\/*.max.com\/*", "*:\/\/*.hbomax.com\/*" ], "action": { "default_icon": "48x48_HBO.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "contentHBO.js", "hbomax.min.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.hbomax.com\/*" ] }, { "js": [ "contentMax.js", "max.min.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.max.com\/*" ] } ], "icons": { "128": "128x128_HBO.png", "48": "48x48_HBO.png", "16": "16x16_HBO.png" }, "web_accessible_resources": [ { "resources": [ "play_default.png" ], "matches": [ "*:\/\/*.max.com\/*", "*:\/\/*.hbomax.com\/*" ] } ], "background": { "service_worker": "background.js" } } |