M3U8 finder and HLS player

It opens a new tab on a video player

Apa itu M3U8 finder and HLS player?

M3U8 finder and HLS player adalah ekstensi Chrome yang dikembangkan oleh https://www.reloltv.com, dan fitur utamanya adalah "It opens a new tab on a video player".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi M3U8 finder and HLS player

Unduh file ekstensi M3U8 finder and HLS player 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

                        Clicking on the extension icon will let you play any m3u8 embedded as a video html element in the current page                    

Informasi Dasar Ekstensi

Nama M3U8 finder and HLS player M3U8 finder and HLS player
ID gijhpnmjcpbddpedmmdihijogkkejfgj
URL Resmi https://chromewebstore.google.com/detail/m3u8-finder-and-hls-playe/gijhpnmjcpbddpedmmdihijogkkejfgj
Deskripsi It opens a new tab on a video player
Ukuran File 2.18 MB
Jumlah Instalasi 23,928
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-12-11
Tanggal Publikasi 2020-12-10
Penilaian 4.55/5 Total 22 Penilaian
Pengembang https://www.reloltv.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.reloltv.com/
URL Halaman Kebijakan Privasi http://www.justas.biz/privacypolicy.htm
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "M3U8 finder and HLS player",
    "description": "It opens a new tab on a video player",
    "version": "1.1",
    "offline_enabled": true,
    "icons": {
        "32": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "m3u8_options.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "event.js",
            "global.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "m3u8.html"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "web_accessible_resources": [
        "*.js",
        "*.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script_in_content.js",
                "m3u8.js",
                "background.js"
            ],
            "css": [
                "css\/materialdesignicons.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "omnibox": {
        "keyword": "m3u8"
    }
}