SBS Downloader
Download the video according to the player settings
什麼是SBS Downloader?
SBS Downloader是由secularlabs開發的Chrome擴展程式,該擴展的主要功能是“Download the video according to the player settings”。
擴展截圖
下載SBS Downloader擴展crx文件
下載SBS Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | SBS Downloader |
ID | jagjjmnidiacegfkbbbocegjecfheogj |
官方網址 | https://chromewebstore.google.com/detail/sbs-downloader/jagjjmnidiacegfkbbbocegjecfheogj |
簡介 | Download the video according to the player settings |
檔案大小 | 8.57 MB |
安裝次數 | 752 |
目前版本 | 1.0.1 |
更新時間 | 2021-12-20 |
上架時間 | 2021-09-15 |
評分 | 2.00/5 共 5 次評分 |
開發者 | secularlabs |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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'" } |