WebExtension.net
Toggle dark mode
WebExtension.net

M3U8 Downloader

View on Chrome Web Store
View M3U8 Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Download M3U8 videos
Type
Extension
Users
7,000 users
1K
Website m3u8.dev
HelloWorld
View author page of HelloWorld
Published
Published on June 10, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on June 11, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View M3U8 Downloader 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",
    "manifest_version": 3,
    "name": "M3U8 Downloader",
    "version": "1.0.2",
    "description": "Download M3U8 videos",
    "action": {
        "default_icon": {
            "128": "icon\/icon128.png"
        },
        "default_title": "M3U8 Downloader"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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