Video Player Online
An easy-to-use and very lightweight video player for web video files.
Video Player Onlineとは何ですか?
Video Player OnlineはHelloWorldによって開発されたChromeの拡張機能で、その主な機能は「An easy-to-use and very lightweight video player for web video files.」です。
拡張機能のスクリーンショット
Video Player Online拡張機能のCRXファイルをダウンロード
Video Player Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An easy-to-use and very lightweight video player for web video files. Supported m3u8 mp4 HLS MPEG DASH MPEG DASH (Shaka) FLV WebTorrent Work with other MSE library Online version: https://m3u8play.dev/
拡張機能の基本情報
名前 | |
ID | lgjgjihigapkamjilanpjglggojecdek |
公式URL | https://chromewebstore.google.com/detail/video-player-online/lgjgjihigapkamjilanpjglggojecdek |
説明 | An easy-to-use and very lightweight video player for web video files. |
ファイルサイズ | 1.2 MB |
インストール数 | 1,149 |
現在のバージョン | 1.0.7 |
最終更新日 | 2022-05-18 |
公開日 | 2022-05-18 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | HelloWorld |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://m3u8play.dev |
プライバシーポリシーページのURL | https://code4you.dev/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Player Online", "version": "1.0.7", "description": "An easy-to-use and very lightweight video player for web video files.", "action": { "default_icon": "icon\/icon64.png" }, "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "index.html", "open_in_tab": true }, "icons": { "16": "icon\/icon16.png", "64": "icon\/icon64.png", "128": "icon\/icon128.png" }, "permissions": [], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/" ], "offline_enabled": true } |