Eyevinn Player Chrome extension
Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser
什么是Eyevinn Player Chrome extension?
Eyevinn Player Chrome extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser”。
扩展截图
下载Eyevinn Player Chrome extension扩展crx文件
下载Eyevinn Player Chrome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Eyevinn Player Chrome extension |
ID | pnfaggphefamolgkicoieffboglcihgg |
官方URL | https://chromewebstore.google.com/detail/eyevinn-player-chrome-ext/pnfaggphefamolgkicoieffboglcihgg |
简介 | Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser |
文件大小 | 19.2 KB |
安装次数 | 1,233 |
当前版本 | 0.2.2 |
更新时间 | 2018-04-19 |
上架时间 | 2018-04-19 |
评分 | 4.00/5 共5次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://player.eyevinn.technology/ |
帮助页面URL | https://github.com/Eyevinn/abr-player-chrome/issues |
支持的语言 | 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" } } |