M3U8 Helper

Helping you download videos.

What is M3U8 Helper?

M3U8 Helper is a Chrome extension developed by https://m3u8.dev, and its main feature is "Helping you download videos.".

Extension Screenshots

screenshot

Download M3U8 Helper Extension CRX File

Download M3U8 Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Facilitating the discovery of resource URLs without the need for programming knowledge, thanks to the utilization of this tool.                    

Extension Basic Information

Name M3U8 Helper M3U8 Helper
ID lhcifigikkjgcpddekjgcpgfdoieckal
Official URL https://chromewebstore.google.com/detail/m3u8-helper/lhcifigikkjgcpddekjgcpgfdoieckal
Description Helping you download videos.
File Size 352 KB
Installation Count 2,257
Current Version 0.1.2
Last Updated 2023-10-18
Publish Date 2023-06-24
Rating 3.00/5 Total 4 Ratings
Developer https://m3u8.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://code4you.dev/privacy.html
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "M3U8 Helper",
    "description": "Helping you download videos.",
    "version": "0.1.2",
    "icons": {
        "16": "icon\/16.png",
        "19": "icon\/19.png",
        "32": "icon\/32.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    }
}