Eyevinn Player Chrome extension

Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser

Cos'è Eyevinn Player Chrome extension?

Eyevinn Player Chrome extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eyevinn Player Chrome extension

Scarica i file di estensione Eyevinn Player Chrome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With this extension you have the ability to play HLS, MPEG-DASH and Smooth Streaming streams directly in your browser. The extension is built on the Eyevinn HTML Player                    

Informazioni di Base sull'Estensione

Nome Eyevinn Player Chrome extension Eyevinn Player Chrome extension
ID pnfaggphefamolgkicoieffboglcihgg
URL Ufficiale https://chromewebstore.google.com/detail/eyevinn-player-chrome-ext/pnfaggphefamolgkicoieffboglcihgg
Descrizione Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser
Dimensione del File 19.2 KB
Conteggio Installazioni 1,233
Versione Corrente 0.2.2
Ultimo Aggiornamento 2018-04-19
Data di Pubblicazione 2018-04-19
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://player.eyevinn.technology/
URL della Pagina di Aiuto https://github.com/Eyevinn/abr-player-chrome/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyevinn Player Chrome extension",
    "version": "0.2.2",
    "description": "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/eyevinn-logo-square.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/player.eyevinn.technology blob:; object-src 'self'",
    "permissions": [
        "*:\/\/*\/*.m3u8",
        "*:\/\/*\/*.mpd",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/eyevinn-logo-square.png"
    }
}