m3u8 online video extractor
m3u8 online video extractor
Vad är m3u8 online video extractor?
m3u8 online video extractor är en Chrome-tillägg utvecklad av fhefh2016, och dess huvudfunktion är "m3u8 online video extractor".
Tilläggsskärmbilder
Ladda ner m3u8 online video extractor-förlängningens CRX-fil
Ladda ner m3u8 online video extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fcpefnjbneopahdnhdhahbhoccipdmdm |
Officiell webbadress | https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm |
Beskrivning | m3u8 online video extractor |
Filstorlek | 158 KB |
Antal Installationer | 20,000 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2021-12-10 |
Publiceringsdatum | 2020-06-21 |
Betyg | 4.17/5 Totalt 41 Betyg |
Utvecklare | fhefh2016 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://m3u8.dev/ |
Hjälpsida URL | https://m3u8.dev/ |
URL till Sekretesspolicy Sidan | https://91chi.fun/privacy.html |
Stödda Språk | 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 } |