Open in VLC™ media player

Send audio and video streams directly to the well-known VLC™ media player

Open in VLC™ media playerคืออะไร?

Open in VLC™ media player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yokris.dev และคุณลักษณะหลักของมันคือ "Send audio and video streams directly to the well-known VLC™ media player"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in VLC™ media player

ดาวน์โหลดไฟล์ส่วนขยาย Open in VLC™ media player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open in VLC™ media player extension, sends video and audio links to the well-known VLC media player. This way you can directly watch online streams in the VLC media player with just one click. To send these links to the VLC media player, right-click over the video or audio link and use the context menu item or use the browser action button. If the extension only grabs a single link, the link is opened in the player. If multiple links are detected, you will get a prompt box to select media links to be sent to the player.

Note: For this extension to work, you will need to install a minimal native-client application. Instruction on how to install the native client will be displayed once the extension is used. You can also watch installation instruction on the FAQs page

How to use this extension:
1. The extension appends a context menu item to the browser context menu when the media element is the target.
2. The toolbar icon becomes active (colorful) when a page is supported

As of version 0.2.0, there is a tool to join media files in a single media file. You can find this tool on the right-click context menu over the page action button. The output format of this tool is WAV. You can use VLC to convert this WAV file to any other audio format.

--- Legal
VLC is a trademark of the VideoLAN organization. This extension is an independent project and has no relationship to the VLC team or VideoLAN organization.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in VLC™ media player Open in VLC™ media player
ID ihpiinojhnfhpdmmacgmpoonphhimkaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-vlc-media-player/ihpiinojhnfhpdmmacgmpoonphhimkaj
คำอธิบาย Send audio and video streams directly to the well-known VLC™ media player
ขนาดไฟล์ 90.1 KB
จำนวนการติดตั้ง 351,089
เวอร์ชันปัจจุบัน 0.3.6
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2019-10-19
คะแนน 3.88/5 รวมทั้งหมด 842 คะแนน
ผู้พัฒนา yokris.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/open-in-vlc.html
URL หน้าช่วยเหลือ https://webextension.org/listing/open-in-vlc.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/yokris.dev.txt
ภาษาที่รองรับ 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",
    "manifest_version": 3,
    "name": "Open in VLC\u2122 media player",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.3.6",
    "permissions": [
        "storage",
        "contextMenus",
        "nativeMessaging",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/open-in-vlc.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.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",
        "open_in_tab": true
    },
    "action": {
        "default_title": "__MSG_page_action__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/inject\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    }
}