Live Streaming

Benfica, Porto and Sporting live streaming

Apa itu Live Streaming?

Live Streaming adalah ekstensi Chrome yang dikembangkan oleh Live Streaming, dan fitur utamanya adalah "Benfica, Porto and Sporting live streaming".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Live Streaming

Unduh file ekstensi Live Streaming 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

                        Benfica, Porto and Sporting live streaming                    

Informasi Dasar Ekstensi

Nama Live Streaming Live Streaming
ID palfnichlogbbilchgmmegjhgepigncb
URL Resmi https://chromewebstore.google.com/detail/live-streaming/palfnichlogbbilchgmmegjhgepigncb
Deskripsi Benfica, Porto and Sporting live streaming
Ukuran File 28.04 KB
Jumlah Instalasi 413
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Live Streaming
Tipe Pembayaran free
Bahasa yang Didukung pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Streaming",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Benfica, Porto and Sporting live streaming",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ball 128x128.png",
        "default_title": "Benfica, Porto and Sporting live streaming",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "ball 128x128.png"
    }
}