SBS Downloader

Download the video according to the player settings

Co to jest SBS Downloader?

SBS Downloader to rozszerzenie Chrome opracowane przez secularlabs, a jego główną funkcją jest „Download the video according to the player settings”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SBS Downloader

Pobierz pliki rozszerzeń SBS Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SBS Downloader SBS Downloader
ID jagjjmnidiacegfkbbbocegjecfheogj
Oficjalny URL https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj
Opis Download the video according to the player settings
Rozmiar pliku 8.57 MB
Liczba instalacji 752
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-12-20
Data Publikacji 2021-09-15
Ocena 2.00/5 Łącznie 5 Oceny
Deweloper secularlabs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}