OPEN IN VLC™ MEDIA PLAYER

Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)

O que é OPEN IN VLC™ MEDIA PLAYER?

OPEN IN VLC™ MEDIA PLAYER é uma extensão do Chrome desenvolvida por deltapps, e sua principal característica é "Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OPEN IN VLC™ MEDIA PLAYER

Baixe arquivos de extensão OPEN IN VLC™ MEDIA 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

                        Send media stream links from current tab to VLC MEDIA PLAYER
This extension observes network activity and offers "send-to-VLC" functionality when a streamable media is detected. This way you can watch media streams in your VLC media player instead of the built-in media player and use the power of VLC for watching or listening to media sources.
* Requires native client download                    

Informações Básicas da Extensão

Nome OPEN IN VLC™ MEDIA PLAYER OPEN IN VLC™ MEDIA PLAYER
ID kgfmoklaodpeeldpdkakejcdlcekhdje
URL Oficial https://chromewebstore.google.com/detail/open-in-vlc-media-player/kgfmoklaodpeeldpdkakejcdlcekhdje
Descrição Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)
Tamanho do Arquivo 433 KB
Contagem de Instalações 3,574
Versão Atual 1.0.2
Última Atualização 2023-04-23
Data de Publicação 2021-10-11
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor deltapps
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://asaraha.com/deltapps/
URL da Página de Ajuda https://asaraha.com/deltapps/contact/
URL da Página de Política de Privacidade https://asaraha.com/deltapps
Idiomas Suportados de,en,fr,nl,da,et,it,hu,fi,cs,el,bg,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OPEN IN VLC\u2122 MEDIA PLAYER",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus",
        "nativeMessaging",
        "webRequest",
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        ""
    ],
    "background": {
        "scripts": [
            "common.js"
        ]
    },
    "homepage_url": "https:\/\/asaraha.com\/deltapps\/",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    },
    "page_action": {
        "default_title": "__MSG_page_action__"
    },
    "web_accessible_resources": [
        "\/data\/inject\/*",
        "\/data\/inject\/index.js",
        "\/data\/web\/*",
        "\/data\/web\/open.html",
        "\/data\/web\/play.html",
        "\/data\/",
        "data\/p\/index.html",
        "128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}