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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dougthwaites.nz และคุณลักษณะหลักของมันคือ "Add a leanback feature to auto play all classes without having to go to each class one-by-one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MasterClass LeanBack
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |