SBS Downloader

Download the video according to the player settings

SBS Downloader란 무엇입니까?

SBS Downloader은(는) secularlabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download the video according to the player settings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SBS Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows downloading videos from the SBS On-demand service as MP4 files. The video quality and subtitles will be the same chosen from the player UI.                    

확장 프로그램 기본 정보

이름 SBS Downloader SBS Downloader
ID jagjjmnidiacegfkbbbocegjecfheogj
공식 URL https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj
설명 Download the video according to the player settings
파일 크기 8.57 MB
설치 횟수 752
현재 버전 1.0.1
최근 업데이트 2021-12-20
출시 날짜 2021-09-15
평점 2.00/5 총 5 개의 평점
개발자 secularlabs
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [],
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "https:\/\/sbsvoddai-vh.akamaihd.net\/*master.m3u8",
        "https:\/\/sbsvoddai-vh.akamaihd.net\/*master.m3u8?*",
        "https:\/\/sbsvodco-vh.akamaihd.net\/*master.m3u8",
        "https:\/\/sbsvodco-vh.akamaihd.net\/*master.m3u8?*",
        "https:\/\/*.doubleclick.net\/*master.m3u8",
        "https:\/\/*.doubleclick.net\/*master.m3u8?*",
        "https:\/\/www.sbs.com.au\/ondemand\/watch\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'"
}