OPEN IN VLC™ MEDIA PLAYER

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

什麼是OPEN IN VLC™ MEDIA PLAYER?

OPEN IN VLC™ MEDIA PLAYER是由deltapps開發的Chrome擴展程式,該擴展的主要功能是“Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)”。

擴展截圖

screenshot

下載OPEN IN VLC™ MEDIA PLAYER擴展crx文件

下載OPEN IN VLC™ MEDIA PLAYER擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 OPEN IN VLC™ MEDIA PLAYER OPEN IN VLC™ MEDIA PLAYER
ID kgfmoklaodpeeldpdkakejcdlcekhdje
官方網址 https://chromewebstore.google.com/detail/open-in-vlc-media-player/kgfmoklaodpeeldpdkakejcdlcekhdje
簡介 Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)
檔案大小 433 KB
安裝次數 3,574
目前版本 1.0.2
更新時間 2023-04-23
上架時間 2021-10-11
評分 4.00/5 共 4 次評分
開發者 deltapps
電子郵箱 [email protected]
付費類型 free
擴展官網 https://asaraha.com/deltapps/
說明頁面URL https://asaraha.com/deltapps/contact/
隱私政策頁面URL https://asaraha.com/deltapps
支援的語言 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'"
}