Video URLs for VLC

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

Video URLs for VLCคืออะไร?

Video URLs for VLC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tdwivedi2708 และคุณลักษณะหลักของมันคือ "This extension will help getting actual video URLs if you wish to play them in VLC"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video URLs for VLC

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

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

                        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.                    

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

ชื่อ Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
คำอธิบาย This extension will help getting actual video URLs if you wish to play them in VLC
ขนาดไฟล์ 366 KB
จำนวนการติดตั้ง 3,912
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-17
วันที่เผยแพร่ 2017-06-17
คะแนน 2.65/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา tdwivedi2708
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}