MasterClass LeanBack
Add a leanback feature to auto play all classes without having to go to each class one-by-one.
What is MasterClass LeanBack?
MasterClass LeanBack is a Chrome extension developed by https://dougthwaites.nz, and its main feature is "Add a leanback feature to auto play all classes without having to go to each class one-by-one.".
Extension Screenshots
Download MasterClass LeanBack Extension CRX File
Download MasterClass LeanBack 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
This is no longer required as MasterClass.com have now implemented auto-play natively on the site :)
Extension Basic Information
Name | MasterClass LeanBack |
ID | bpnpbmdfpdiklkalbchnbefcoemndngl |
Official URL | https://chromewebstore.google.com/detail/masterclass-leanback/bpnpbmdfpdiklkalbchnbefcoemndngl |
Description | Add a leanback feature to auto play all classes without having to go to each class one-by-one. |
File Size | 127 KB |
Installation Count | 41 |
Current Version | 0.0.03 |
Last Updated | 2019-07-08 |
Publish Date | 2019-07-07 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://dougthwaites.nz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MasterClass LeanBack", "version": "0.0.03", "manifest_version": 2, "description": "Add a leanback feature to auto play all classes without having to go to each class one-by-one.", "homepage_url": "https:\/\/dougthwaites.nz", "icons": { "26": "icons\/icon26.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "*:\/\/*.masterclass.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.masterclass.com\/*" ], "css": [ "src\/css\/main.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/js\/inject\/go-auto.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/templates\/*", "src\/js\/inject\/*" ], "author": "DougThwaites.nz", "short_name": "MC-LB" } |