MasterClass LeanBack
Add a leanback feature to auto play all classes without having to go to each class one-by-one.
MasterClass LeanBackとは何ですか?
MasterClass LeanBackはhttps://dougthwaites.nzによって開発されたChromeの拡張機能で、その主な機能は「Add a leanback feature to auto play all classes without having to go to each class one-by-one.」です。
拡張機能のスクリーンショット
MasterClass LeanBack拡張機能のCRXファイルをダウンロード
MasterClass LeanBack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is no longer required as MasterClass.com have now implemented auto-play natively on the site :)
拡張機能の基本情報
名前 | MasterClass LeanBack |
ID | bpnpbmdfpdiklkalbchnbefcoemndngl |
公式URL | https://chromewebstore.google.com/detail/masterclass-leanback/bpnpbmdfpdiklkalbchnbefcoemndngl |
説明 | Add a leanback feature to auto play all classes without having to go to each class one-by-one. |
ファイルサイズ | 127 KB |
インストール数 | 41 |
現在のバージョン | 0.0.03 |
最終更新日 | 2019-07-08 |
公開日 | 2019-07-07 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://dougthwaites.nz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |