SBS Downloader

Download the video according to the player settings

Что такое SBS Downloader?

SBS Downloader - это расширение Chrome, разработанное secularlabs, и его основная функция - "Download the video according to the player settings".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SBS Downloader

Скачайте файлы расширений 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
Электронная почта [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'"
}