MasterClass LeanBack
Add a leanback feature to auto play all classes without having to go to each class one-by-one.
Cos'è MasterClass LeanBack?
MasterClass LeanBack è un'estensione di Chrome sviluppata da https://dougthwaites.nz, e la sua funzione principale è "Add a leanback feature to auto play all classes without having to go to each class one-by-one.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MasterClass LeanBack
Scarica i file di estensione MasterClass LeanBack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is no longer required as MasterClass.com have now implemented auto-play natively on the site :) Informazioni di Base sull'Estensione
| Nome | |
| ID | bpnpbmdfpdiklkalbchnbefcoemndngl |
| URL Ufficiale | https://chromewebstore.google.com/detail/masterclass-leanback/bpnpbmdfpdiklkalbchnbefcoemndngl |
| Descrizione | Add a leanback feature to auto play all classes without having to go to each class one-by-one. |
| Dimensione del File | 127 KB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 0.0.03 |
| Ultimo Aggiornamento | 2019-07-08 |
| Data di Pubblicazione | 2019-07-07 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://dougthwaites.nz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |