SBS Downloader
Download the video according to the player settings
SBS Downloader क्या है?
SBS Downloader secularlabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the video according to the player settings"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SBS Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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'" } |