VLC Capture

Open web videos in VLC

VLC Captureคืออะไร?

VLC Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://auriou.wordpress.com และคุณลักษณะหลักของมันคือ "Open web videos in VLC"

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

screenshot

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

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

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

                        Play web videos directly in VLC  automatically and maintains a playlist

Other extension for Chromecast :
https://chrome.google.com/webstore/detail/videocast/gclhodkofgoighinmongpkpncdpalejb                    

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

ชื่อ VLC Capture VLC Capture
ID goppbgmjnldonmjemebdmcjfefbgoloh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vlc-capture/goppbgmjnldonmjemebdmcjfefbgoloh
คำอธิบาย Open web videos in VLC
ขนาดไฟล์ 78.8 KB
จำนวนการติดตั้ง 37,678
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-09-13
วันที่เผยแพร่ 2014-09-13
คะแนน 3.77/5 รวมทั้งหมด 303 คะแนน
ผู้พัฒนา https://auriou.wordpress.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://auriou.wordpress.com/2014/09/01/extension-chrome-permettant-de-visualiser-les-vidos-web-sur-vlc/
ภาษาที่รองรับ en,fr
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/vlc-off.png",
        "default_popup": "popup.html"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "17.0.0.0",
    "name": "VLC Capture",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "activeTab",
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}