Video Player

Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.

O que é Video Player?

Video Player é uma extensão do Chrome desenvolvida por Mathieu Gravel, e sua principal característica é "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Player

Baixe arquivos de extensão Video Player 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

                        - Offer a better user experience than the default player.
- Offer multiple shortcuts for controlling the video player.
- The video player has a video preview when hovering over the timeline.

This extension is useful to watch movies on your computer without the need to download a video player on your computer. This extension can play every supported video format supported by the browser.

This extension will load the video player only when the link in the browser is a video. To play a local file, you simply have to copy the path in the URL bar or drag and drop it in the browser.                    

Informações Básicas da Extensão

Nome Video Player Video Player
ID phdogoeljjbggglcgpkiabgdkkncgohe
URL Oficial https://chromewebstore.google.com/detail/video-player/phdogoeljjbggglcgpkiabgdkkncgohe
Descrição Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.
Tamanho do Arquivo 475 KB
Contagem de Instalações 732
Versão Atual 1.0.0
Última Atualização 2022-01-07
Data de Publicação 2022-01-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Mathieu Gravel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MathieuGravel/video-player-chrome-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Player",
    "description": "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}