SBS Downloader

Download the video according to the player settings

SBS Downloaderคืออะไร?

SBS Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย secularlabs และคุณลักษณะหลักของมันคือ "Download the video according to the player settings"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SBS Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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 SBS Downloader
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'"
}