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.”。

擴展截圖

screenshot

下載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/                    

擴展基本資訊

名稱 Video Player Online Video Player Online
ID lgjgjihigapkamjilanpjglggojecdek
官方網址 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
}