Open with VLC

Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.

O que é Open with VLC?

Open with VLC é uma extensão do Chrome desenvolvida por Stefan, e sua principal característica é "Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open with VLC

Baixe arquivos de extensão Open with VLC 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

                        Open websites with VLC. You must install the vlc:// protocol handler as well: https://github.com/stefansundin/vlc-protocol

You should use this together with VLC playlist parsers, e.g: https://addons.videolan.org/p/1167220/

Please do not use it if you don't understand the above.

You can right-click on links, iframes, and audio/video elements, and use the "Open with VLC" menu item.                    

Informações Básicas da Extensão

Nome Open with VLC Open with VLC
ID jcccmhdgkfinhddlhpahoeofmdlljglh
URL Oficial https://chromewebstore.google.com/detail/open-with-vlc/jcccmhdgkfinhddlhpahoeofmdlljglh
Descrição Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.
Tamanho do Arquivo 8.19 KB
Contagem de Instalações 15,343
Versão Atual 1.4.1
Última Atualização 2020-10-01
Data de Publicação 2018-05-25
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Stefan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/stefansundin/open-with-vlc
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open with VLC",
    "version": "1.4.1",
    "description": "Open websites with VLC. You must install the vlc:\/\/ protocol handler as well. You should use this together with playlist parsers.",
    "homepage_url": "https:\/\/github.com\/stefansundin\/open-with-vlc",
    "author": "Stefan Sundin",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Open page with VLC",
        "default_popup": "popup.html"
    },
    "commands": {
        "open-vlc": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            },
            "description": "Open page with VLC"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}