m3u8 online video extractor

m3u8 online video extractor

Was ist m3u8 online video extractor?

m3u8 online video extractor ist eine Chrome-Erweiterung, die von fhefh2016 entwickelt wurde, und ihr Hauptmerkmal ist "m3u8 online video extractor".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

m3u8 online video extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie m3u8 online video extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name m3u8 online video extractor m3u8 online video extractor
ID fcpefnjbneopahdnhdhahbhoccipdmdm
Offizielle URL https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm
Beschreibung m3u8 online video extractor
Dateigröße 158 KB
Installationsanzahl 20,000
Aktuelle Version 1.1.3
Letztes Update 2021-12-10
Veröffentlichungsdatum 2020-06-21
Bewertung 4.17/5 Insgesamt 41 Bewertungen
Entwickler fhefh2016
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://m3u8.dev/
Hilfeseite URL https://m3u8.dev/
URL der Datenschutzrichtlinien-Seite https://91chi.fun/privacy.html
Unterstützte Sprachen 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
}