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 |
| 电子邮箱 | [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
} | |