Eyevinn Player Chrome extension
Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser
What is Eyevinn Player Chrome extension?
Eyevinn Player Chrome extension is a Chrome extension developed by Unknown, and its main feature is "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser".
Extension Screenshots
Download Eyevinn Player Chrome extension Extension CRX File
Download Eyevinn Player Chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Eyevinn Player Chrome extension |
ID | pnfaggphefamolgkicoieffboglcihgg |
Official URL | https://chromewebstore.google.com/detail/eyevinn-player-chrome-ext/pnfaggphefamolgkicoieffboglcihgg |
Description | Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser |
File Size | 19.2 KB |
Installation Count | 1,233 |
Current Version | 0.2.2 |
Last Updated | 2018-04-19 |
Publish Date | 2018-04-19 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://player.eyevinn.technology/ |
Help Page URL | https://github.com/Eyevinn/abr-player-chrome/issues |
Supported Languages | 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" } } |