HBOMAX Random Episode Button
Random episode picker for HBO MAX
What is HBOMAX Random Episode Button?
HBOMAX Random Episode Button is a Chrome extension developed by healdb2, and its main feature is "Random episode picker for HBO MAX".
Extension Screenshots
Download HBOMAX Random Episode Button Extension CRX File
Download HBOMAX Random Episode Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to easily play a random episode of any series on HBO Max! Simply navigate to a series page, click the extension, and a random episode will play.
Extension Basic Information
Name | HBOMAX Random Episode Button |
ID | efdanhjnjngpiimkadbmdgpcifahcdcg |
Official URL | https://chromewebstore.google.com/detail/hbomax-random-episode-but/efdanhjnjngpiimkadbmdgpcifahcdcg |
Description | Random episode picker for HBO MAX |
File Size | 7.37 KB |
Installation Count | 97 |
Current Version | 2.0 |
Last Updated | 2021-06-06 |
Publish Date | 2020-10-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | healdb2 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBOMAX Random Episode Button", "version": "2.0", "description": "Random episode picker for HBO MAX", "icons": { "48": "icon.png" }, "permissions": [ "activeTab", "https:\/\/comet.api.hbo.com" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |