Video Player Online
An easy-to-use and very lightweight video player for web video files.
Что такое Video Player Online?
Video Player Online - это расширение Chrome, разработанное HelloWorld, и его основная функция - "An easy-to-use and very lightweight video player for web video files.".
Снимки экрана расширения
Скачать файл CRX расширения Video Player Online
Скачайте файлы расширений 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
} | |