SBS Downloader
Download the video according to the player settings
Wat is SBS Downloader?
SBS Downloader is een Chrome-extensie ontwikkeld door secularlabs, en de belangrijkste functie is "Download the video according to the player settings".
Extensie Screenshots
Download het CRX-bestand van de extensie SBS Downloader
Download SBS Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SBS Downloader |
ID | jagjjmnidiacegfkbbbocegjecfheogj |
Officiële URL | https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj |
Beschrijving | Download the video according to the player settings |
Bestandsgrootte | 8.57 MB |
Aantal Installaties | 752 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-12-20 |
Publicatiedatum | 2021-09-15 |
Beoordeling | 2.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | secularlabs |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |