m3u8 online video extractor
m3u8 online video extractor
Apa itu m3u8 online video extractor?
m3u8 online video extractor adalah ekstensi Chrome yang dikembangkan oleh fhefh2016, dan fitur utamanya adalah "m3u8 online video extractor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi m3u8 online video extractor
Unduh file ekstensi m3u8 online video extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | fcpefnjbneopahdnhdhahbhoccipdmdm |
URL Resmi | https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm |
Deskripsi | m3u8 online video extractor |
Ukuran File | 158 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2021-12-10 |
Tanggal Publikasi | 2020-06-21 |
Penilaian | 4.17/5 Total 41 Penilaian |
Pengembang | fhefh2016 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://m3u8.dev/ |
URL Halaman Bantuan | https://m3u8.dev/ |
URL Halaman Kebijakan Privasi | https://91chi.fun/privacy.html |
Bahasa yang Didukung | 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 } |