M3U8 Downloaders - Video Downloads Simplified

Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use.

M3U8 Downloaders - Video Downloads Simplified क्या है?

M3U8 Downloaders - Video Downloads Simplified www.m3u8downloaders.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में M3U8 Downloaders - Video Downloads Simplified एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        M3U8 Downloaders - Video Downloads Simplified: Your Premier Solution for Fast and Easy M3U8 Videos to MP4 Conversions and Video Downloads.

M3U8 Downloaders is your one-stop solution for convenient video downloading and conversion. Whether it's M3U8, HLS, or other popular video formats such as MP4, our tool simplifies the process, offering a seamless experience for all your downloading needs.

Our Stream Recorder efficiently detects M3U8 links and various embedded video formats on webpages. With just a single click, you can either convert M3U8 videos to MP4 or download videos directly in their native formats, ensuring high-quality outputs without re-encoding.
The colour of the M3U8 Downloaders extension icon dynamically responds to the content you're accessing:

Green: M3U8 link detected and ready.
Orange: Actively detecting for M3U8 content.
Red: Site restricted from detection and downloads.

At M3U8 Downloaders, we stands for ethical downloading. Before diving into the world of M3U8 and HLS content or any other video formats, ensure you respect copyright and permissions. Eager to revolutionise your video downloading journey? Join us, and let's make video downloading magic together!

Note: M3U8 Downloaders does not provide detection or downloads from Youtube.                    

एक्सटेंशन की मूल जानकारी

नाम M3U8 Downloaders - Video Downloads Simplified M3U8 Downloaders - Video Downloads Simplified
ID fldmohhnmnjloglcpmclkemepnogaplf
आधिकारिक URL https://chromewebstore.google.com/detail/m3u8-downloaders-video-do/fldmohhnmnjloglcpmclkemepnogaplf
विवरण Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use.
फ़ाइल का आकार 44.46 KB
स्थापना संख्या 1,365
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2024-01-05
प्रकाशन तिथि 2023-10-07
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर www.m3u8downloaders.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.m3u8downloaders.com
गोपनीयता नीति पृष्ठ URL https://www.m3u8downloaders.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "M3U8 Downloaders - Video Downloads Simplified",
    "version": "2.0.3",
    "description": "Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use.",
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "512": "icons\/logo_icon_512.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/o_icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "M3U8 Downloaders - free, fast & easy to use."
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "icons\/r_icon_128.png",
                "icons\/g_icon_128.png",
                "icons\/o_icon_128.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}