SBS Downloader

Download the video according to the player settings

Was ist SBS Downloader?

SBS Downloader ist eine Chrome-Erweiterung, die von secularlabs entwickelt wurde, und ihr Hauptmerkmal ist "Download the video according to the player settings".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SBS Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie SBS Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SBS Downloader SBS Downloader
ID jagjjmnidiacegfkbbbocegjecfheogj
Offizielle URL https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj
Beschreibung Download the video according to the player settings
Dateigröße 8.57 MB
Installationsanzahl 752
Aktuelle Version 1.0.1
Letztes Update 2021-12-20
Veröffentlichungsdatum 2021-09-15
Bewertung 2.00/5 Insgesamt 5 Bewertungen
Entwickler secularlabs
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}