m3u8 online video extractor

m3u8 online video extractor

什么是m3u8 online video extractor?

m3u8 online video extractor是由fhefh2016开发的Chrome扩展程序,该扩展的主要功能是“m3u8 online video extractor”。

扩展截图

screenshot
screenshot
screenshot

下载m3u8 online video extractor扩展crx文件

下载m3u8 online video extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 m3u8 online video extractor m3u8 online video extractor
ID fcpefnjbneopahdnhdhahbhoccipdmdm
官方URL https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm
简介 m3u8 online video extractor
文件大小 158 KB
安装次数 20,000
当前版本 1.1.3
更新时间 2021-12-10
上架时间 2020-06-21
评分 4.17/5 共41次评分
开发者 fhefh2016
电子邮箱 [email protected]
付费类型 free
扩展官网 https://m3u8.dev/
帮助页面URL https://m3u8.dev/
隐私政策页面URL https://91chi.fun/privacy.html
支持的语言 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
}