SBS Downloader

Download the video according to the player settings

Vad är SBS Downloader?

SBS Downloader är en Chrome-tillägg utvecklad av secularlabs, och dess huvudfunktion är "Download the video according to the player settings".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner SBS Downloader-förlängningens CRX-fil

Ladda ner SBS Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SBS Downloader SBS Downloader
ID jagjjmnidiacegfkbbbocegjecfheogj
Officiell webbadress https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj
Beskrivning Download the video according to the player settings
Filstorlek 8.57 MB
Antal Installationer 752
Aktuell Version 1.0.1
Senast Uppdaterad 2021-12-20
Publiceringsdatum 2021-09-15
Betyg 2.00/5 Totalt 5 Betyg
Utvecklare secularlabs
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}