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ファイルをダウンロード

SBS Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}