MasterClass LeanBack
Add a leanback feature to auto play all classes without having to go to each class one-by-one.
Co to jest MasterClass LeanBack?
MasterClass LeanBack to rozszerzenie Chrome opracowane przez https://dougthwaites.nz, a jego główną funkcją jest „Add a leanback feature to auto play all classes without having to go to each class one-by-one.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MasterClass LeanBack
Pobierz pliki rozszerzeń MasterClass LeanBack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is no longer required as MasterClass.com have now implemented auto-play natively on the site :)
Podstawowe informacje o rozszerzeniu
Nazwa | MasterClass LeanBack |
ID | bpnpbmdfpdiklkalbchnbefcoemndngl |
Oficjalny URL | https://chromewebstore.google.com/detail/masterclass-leanback/bpnpbmdfpdiklkalbchnbefcoemndngl |
Opis | Add a leanback feature to auto play all classes without having to go to each class one-by-one. |
Rozmiar pliku | 127 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.0.03 |
Ostatnia Aktualizacja | 2019-07-08 |
Data Publikacji | 2019-07-07 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://dougthwaites.nz |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |