m3u8 online video extractor

m3u8 online video extractor

Wat is m3u8 online video extractor?

m3u8 online video extractor is een Chrome-extensie ontwikkeld door fhefh2016, en de belangrijkste functie is "m3u8 online video extractor".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie m3u8 online video extractor

Download m3u8 online video extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam m3u8 online video extractor m3u8 online video extractor
ID fcpefnjbneopahdnhdhahbhoccipdmdm
Officiële URL https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm
Beschrijving m3u8 online video extractor
Bestandsgrootte 158 KB
Aantal Installaties 20,000
Huidige Versie 1.1.3
Laatst Bijgewerkt 2021-12-10
Publicatiedatum 2020-06-21
Beoordeling 4.17/5 Totaal 41 Beoordelingen
Ontwikkelaar fhefh2016
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://m3u8.dev/
Help Pagina-URL https://m3u8.dev/
URL van de Privacybeleid Pagina https://91chi.fun/privacy.html
Ondersteunde Talen 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
}