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. 扩展基本信息
| 名称 | |
| ID | jagjjmnidiacegfkbbbocegjecfheogj |
| 官方URL | 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'"
} | |