m3u8 online video extractor

m3u8 online video extractor

m3u8 online video extractor là gì?

m3u8 online video extractor là một tiện ích mở rộng Chrome được phát triển bởi fhefh2016, và tính năng chính của nó là "m3u8 online video extractor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng m3u8 online video extractor

Tải xuống các tệp mở rộng m3u8 online video extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên m3u8 online video extractor m3u8 online video extractor
ID fcpefnjbneopahdnhdhahbhoccipdmdm
URL Chính Thức https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm
Mô tả m3u8 online video extractor
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2021-12-10
Ngày Phát Hành 2020-06-21
Đánh Giá 4.17/5 Tổng số 41 Đánh Giá
Nhà Phát Triển fhefh2016
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://m3u8.dev/
URL Trang Trợ Giúp https://m3u8.dev/
URL Trang Chính Sách Bảo Mật https://91chi.fun/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}