HBO Max Picture in Picture
Extension to watch HBOMax in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.
Vad är HBO Max Picture in Picture?
HBO Max Picture in Picture är en Chrome-tillägg utvecklad av TheBestChromeExtensions, och dess huvudfunktion är "Extension to watch HBOMax in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.".
Tilläggsskärmbilder
Ladda ner HBO Max Picture in Picture-förlängningens CRX-fil
Ladda ner HBO Max Picture in Picture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
We're thrilled to present the latest update, where we've listened to your feedback and made it happen – introducing the much-anticipated Picture-in-Picture icon with subtitles support! 🌟 What's New: New Picture-in-Picture Icon: Now you can enjoy uninterrupted viewing while diving into other tasks, all with the added bonus of subtitles! Are you looking for a tool to watch HBOmax in a convenient always-on-top window? You’re in the right place! Focus on other tasks while watching your favorite series. HBO Max Picture in Picture is perfect for multitasking, having something on in the background, or even working from home (we don’t advise sharing it with your boss though). There’s no need to stack multiple browser tabs anymore or to use other screens, it’s all fixed by this extension. How does it work? HBO Max Picture in Picture allows you to play video content in a floating window pinned always on top, so you can use the rest of your screen for other tasks. This extension adds an extra control button, which can be found among other viewing options (e.g. full-screen). Just click on it to launch a separate window with the show you’d like to watch and place it wherever you want, whether you're browsing your FB feed or preparing a business presentation. All you need to do is add HBOMax Picture in Picture extension to your browser and enjoy your favorite series in the background. It's as simple as that! 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.
Grundläggande Information om Tillägg
Namn | HBO Max Picture in Picture |
ID | ndgoanhcehjcingkomonnkkclcmkgmgc |
Officiell webbadress | https://chromewebstore.google.com/detail/hbo-max-picture-in-pictur/ndgoanhcehjcingkomonnkkclcmkgmgc |
Beskrivning | Extension to watch HBOMax in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content. |
Filstorlek | 186 KB |
Antal Installationer | 5,372 |
Aktuell Version | 0.0.21 |
Senast Uppdaterad | 2024-03-04 |
Publiceringsdatum | 2022-03-17 |
Betyg | 4.29/5 Totalt 14 Betyg |
Utvecklare | TheBestChromeExtensions |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HBO Max Picture in Picture", "version": "0.0.21", "description": "Extension to watch HBOMax in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "run_at": "document_end", "js": [ "js\/vendor\/jquery-3.4.1.min.js", "js\/content.js", "js\/hbomax.min.js" ], "matches": [ "http:\/\/play.hbomax.com\/*", "https:\/\/play.hbomax.com\/*" ] }, { "run_at": "document_end", "js": [ "js\/vendor\/jquery-3.4.1.min.js", "js\/content.js", "js\/max.min.js" ], "matches": [ "*:\/\/*.max.com\/*" ] } ], "permissions": [ "tabs", "storage" ] } |