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."입니다.

확장 프로그램 스크린샷

screenshot

MasterClass LeanBack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is no longer required as MasterClass.com have now implemented auto-play natively on the site :)                    

확장 프로그램 기본 정보

이름 MasterClass LeanBack 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"
}