M3U8 Downloader
You can download m3u8 live stream video.
Qu'est-ce que M3U8 Downloader ?
M3U8 Downloader est une extension Chrome développée par https://m3u8.dev, et sa fonction principale est "You can download m3u8 live stream video.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension M3U8 Downloader
Téléchargez les fichiers d'extension M3U8 Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | M3U8 Downloader |
ID | pibnhedpldjakfpnfkabbnifhmokakfb |
URL Officiel | https://chromewebstore.google.com/detail/m3u8-downloader/pibnhedpldjakfpnfkabbnifhmokakfb |
Description | You can download m3u8 live stream video. |
Taille du Fichier | 259 KB |
Nombre d'Installations | 105,196 |
Version Actuelle | 1.2.9 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2022-01-14 |
Évaluation | 3.73/5 Total 104 Évaluations |
Développeur | https://m3u8.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://m3u8.dev |
URL de la Page de Politique de Confidentialité | https://code4you.net/privacy.html |
Langues Prises en Charge | 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'" } } |