M3U8 Detector

Detect the m3u8 playlist.

Apa itu M3U8 Detector?

M3U8 Detector adalah ekstensi Chrome yang dikembangkan oleh Masaru, dan fitur utamanya adalah "Detect the m3u8 playlist.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi M3U8 Detector

Unduh file ekstensi M3U8 Detector 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

                        Detect the m3u8 playlist in the contents rendered in the browser.                    

Informasi Dasar Ekstensi

Nama M3U8 Detector M3U8 Detector
ID imbabaijcneibeplkllcbbiejopiocek
URL Resmi https://chrome.google.com/webstore/detail/m3u8-detector/imbabaijcneibeplkllcbbiejopiocek
Deskripsi Detect the m3u8 playlist.
Ukuran File 49 KB
Jumlah Instalasi 965
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-03-31
Tanggal Publikasi 2019-03-28
Penilaian 2.67/5 Total 3 Penilaian
Pengembang Masaru
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "M3U8 Detector",
    "version": "1.0.0",
    "description": "Detect the m3u8 playlist.",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*.m3u8"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "M3U8 Detector",
        "default_popup": "popup.html"
    }
}