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 :) 擴展基本資訊
| 名稱 | |
| ID | bpnpbmdfpdiklkalbchnbefcoemndngl |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |