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" } } |