Video URLs for VLC

This extension will help getting actual video URLs if you wish to play them in VLC

O que é Video URLs for VLC?

Video URLs for VLC é uma extensão do Chrome desenvolvida por tdwivedi2708, e sua principal característica é "This extension will help getting actual video URLs if you wish to play them in VLC".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video URLs for VLC

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

                        This extension will help getting actual video URLs if you wish to play them in VLC. Just click the Chrome menu icon of the extension, and you will get the actual video URL of the video content. Just copy it, and paste in "Media->Open Network Stream" in VLC media player, and watch your favourite online shows/live events online.                    

Informações Básicas da Extensão

Nome Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
URL Oficial https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
Descrição This extension will help getting actual video URLs if you wish to play them in VLC
Tamanho do Arquivo 366 KB
Contagem de Instalações 3,912
Versão Atual 1.0
Última Atualização 2017-06-17
Data de Publicação 2017-06-17
Classificação 2.65/5 Total de 20 Avaliações
Desenvolvedor tdwivedi2708
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video URLs for VLC",
    "description": "This extension will help getting actual video URLs if you wish to play them in VLC",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/icon_active_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_active_16.png",
        "48": "icons\/icon_active_48.png",
        "128": "icons\/icon_active_128.png",
        "512": "icons\/icon_active_512.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.hotstar.com\/"
    ]
}