M3U8 Downloader
You can download m3u8 live stream video.
什麼是M3U8 Downloader?
M3U8 Downloader是由https://m3u8.dev開發的Chrome擴展程式,該擴展的主要功能是“You can download m3u8 live stream video.”。
擴展截圖
下載M3U8 Downloader擴展crx文件
下載M3U8 Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Uses: M3U8 Downloader - Download Videos from M3U8 URLs Download M3U8 videos quickly and easily with our free tool. 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! How to get m3u8 URL? M3U8 Helper https://chromewebstore.google.com/detail/m3u8-helper/lhcifigikkjgcpddekjgcpgfdoieckal M3U8 Player - HLS Player https://chromewebstore.google.com/detail/m3u8-player-hls-player/nlhnjkakhcjdjacgojecmegdmmbciifg How to use? 1. Install it 2. Pin it 3. Click the browser icon 4. Paste the m3u8 URL 5. Click Downloader button Online Version: https://m3u8.dev Video Player Online: https://m3u8play.dev Online Screen Recorder: https://record.m3u8.dev
擴展基本資訊
名稱 | M3U8 Downloader |
ID | pibnhedpldjakfpnfkabbnifhmokakfb |
官方網址 | https://chromewebstore.google.com/detail/m3u8-downloader/pibnhedpldjakfpnfkabbnifhmokakfb |
簡介 | You can download m3u8 live stream video. |
檔案大小 | 259 KB |
安裝次數 | 105,196 |
目前版本 | 1.2.9 |
更新時間 | 2023-12-26 |
上架時間 | 2022-01-14 |
評分 | 3.73/5 共 104 次評分 |
開發者 | https://m3u8.dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://m3u8.dev |
隱私政策頁面URL | https://code4you.net/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "M3U8 Downloader", "version": "1.2.9", "description": "You can download m3u8 live stream video.", "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'" } } |