Video Player Online

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

O que é Video Player Online?

Video Player Online é uma extensão do Chrome desenvolvida por HelloWorld, e sua principal característica é "An easy-to-use and very lightweight video player for web video files.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Video Player Online

Baixe arquivos de extensão Video Player Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Video Player Online Video Player Online
ID lgjgjihigapkamjilanpjglggojecdek
URL Oficial https://chromewebstore.google.com/detail/video-player-online/lgjgjihigapkamjilanpjglggojecdek
Descrição An easy-to-use and very lightweight video player for web video files.
Tamanho do Arquivo 1.2 MB
Contagem de Instalações 1,149
Versão Atual 1.0.7
Última Atualização 2022-05-18
Data de Publicação 2022-05-18
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor HelloWorld
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://m3u8play.dev
URL da Página de Política de Privacidade https://code4you.dev/privacy.html
Idiomas Suportados 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
}