WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Downloader - Save m3u8 to MP4

Video Downloader - Save m3u8 to MP4

View on Chrome Web Store
View Video Downloader - Save m3u8 to MP4 Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (675 ratings)
3 new ratings
12 views
This extension has been viewed 12 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Download videos from popular video websites quickly and easily. Save the most popular video formats like mp4 and m3u8.
Type
Extension
Users
60,000 users
10K
Website qooly.com
qooly
View author page of qooly
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 23, 2024
Version 1.6
Manifest version
3
Updated
Updated on March 17, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Video Downloader - Save m3u8 to MP4 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.6",
    "icons": {
        "32": "32.png",
        "64": "64.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "downloads",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/qooly.com\/*",
                "*:\/\/*.globo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top