m3u8 online video extractor
m3u8 online video extractor
Hvad er m3u8 online video extractor?
m3u8 online video extractor er en Chrome-udvidelse udviklet af fhefh2016, og dens hovedfunktion er "m3u8 online video extractor".
Udvidelsesskærmbilleder
Download m3u8 online video extractor-udvidelses-CRX-fil
Download m3u8 online video extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fcpefnjbneopahdnhdhahbhoccipdmdm |
Officiel URL | https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm |
Beskrivelse | m3u8 online video extractor |
Filstørrelse | 158 KB |
Antal Installationer | 20,000 |
Nuværende Version | 1.1.3 |
Senest Opdateret | 2021-12-10 |
Udgivelsesdato | 2020-06-21 |
Bedømmelse | 4.17/5 Samlet 41 Bedømmelser |
Udvikler | fhefh2016 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://m3u8.dev/ |
Hjælpeside-URL | https://m3u8.dev/ |
URL til Fortrolighedspolitik Side | https://91chi.fun/privacy.html |
Understøttede Sprog | 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 } |