SBS Downloader
Download the video according to the player settings
Cos'è SBS Downloader?
SBS Downloader è un'estensione di Chrome sviluppata da secularlabs, e la sua funzione principale è "Download the video according to the player settings".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SBS Downloader
Scarica i file di estensione SBS Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SBS Downloader |
ID | jagjjmnidiacegfkbbbocegjecfheogj |
URL Ufficiale | https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj |
Descrizione | Download the video according to the player settings |
Dimensione del File | 8.57 MB |
Conteggio Installazioni | 752 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-12-20 |
Data di Pubblicazione | 2021-09-15 |
Valutazione | 2.00/5 Totale 5 Valutazioni |
Sviluppatore | secularlabs |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |