Video Player Online

An easy-to-use and very lightweight video player for web video files.

What is Video Player Online?

Video Player Online is a Chrome extension developed by HelloWorld, and its main feature is "An easy-to-use and very lightweight video player for web video files.".

Extension Screenshots

screenshot

Download Video Player Online Extension CRX File

Download Video Player Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Video Player Online Video Player Online
ID lgjgjihigapkamjilanpjglggojecdek
Official URL https://chromewebstore.google.com/detail/video-player-online/lgjgjihigapkamjilanpjglggojecdek
Description An easy-to-use and very lightweight video player for web video files.
File Size 1.2 MB
Installation Count 1,149
Current Version 1.0.7
Last Updated 2022-05-18
Publish Date 2022-05-18
Rating 2.33/5 Total 3 Ratings
Developer HelloWorld
Email [email protected]
Payment Type free
Extension Website https://m3u8play.dev
Privacy Policy Page URL https://code4you.dev/privacy.html
Supported Languages 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
}