m3u8 online video extractor

m3u8 online video extractor

What is m3u8 online video extractor?

m3u8 online video extractor is a Chrome extension developed by fhefh2016, and its main feature is "m3u8 online video extractor".

Extension Screenshots

screenshot
screenshot
screenshot

Download m3u8 online video extractor Extension CRX File

Download m3u8 online video extractor 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

                        You can use m3u8 online:
https://m3u8.dev/

Uses:
You can download m3u8 live stream video to this machine.
Why install:
Usually you have to go through a professional tool to install, but with my chrome extension, it's quick and easy to use without complicated steps!                    

Extension Basic Information

Name m3u8 online video extractor m3u8 online video extractor
ID fcpefnjbneopahdnhdhahbhoccipdmdm
Official URL https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm
Description m3u8 online video extractor
File Size 158 KB
Installation Count 20,000
Current Version 1.1.3
Last Updated 2021-12-10
Publish Date 2020-06-21
Rating 4.17/5 Total 41 Ratings
Developer fhefh2016
Email [email protected]
Payment Type free
Extension Website https://m3u8.dev/
Help Page URL https://m3u8.dev/
Privacy Policy Page URL https://91chi.fun/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "m3u8 online video extractor",
    "version": "1.1.3",
    "description": "m3u8 online video extractor",
    "browser_action": {
        "default_icon": "icon\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icon\/icon16.png",
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": false
}