VLC 4 YouTube (beta)

Open YouTube videos in VLC.

VLC 4 YouTube (beta) क्या है?

VLC 4 YouTube (beta) Wiz Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open YouTube videos in VLC."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VLC 4 YouTube (beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Click the extension icon when you are on a YouTube™ page to open the current video in VLC (or just hit Alt+V).
Full controls and more features are on the way... stay tuned!

VLC uses less resources and can boost the volume up to 200%.

NB: You _NEED_ to have VLC 2.0 (or above) installed and to activate its http interface (read here https://github.com/azrafe7/vlc4youtube/blob/master/instructions/how-to-enable-vlc-web-interface.md on how to do it). You may need to restart VLC after enabling the web interface.

Changelog: https://github.com/azrafe7/vlc4youtube/blob/master/CHANGELOG.md
Please report issues here: https://github.com/azrafe7/vlc4youtube/issues                    

एक्सटेंशन की मूल जानकारी

नाम VLC 4 YouTube (beta) VLC 4 YouTube (beta)
ID jldiailifbdkepgpcojllmkbakleicab
आधिकारिक URL https://chromewebstore.google.com/detail/vlc-4-youtube-beta/jldiailifbdkepgpcojllmkbakleicab
विवरण Open YouTube videos in VLC.
फ़ाइल का आकार 113 KB
स्थापना संख्या 27,238
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2020-12-12
प्रकाशन तिथि 2020-06-27
रेटिंग 3.90/5 कुल 257 रेटिंग्स
डेवलपर Wiz Extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/azrafe7/vlc4youtube
सहायता पृष्ठ URL https://github.com/azrafe7/vlc4youtube/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Open YouTube videos in VLC.",
    "icons": {
        "128": "icons\/icon-128.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25.0",
    "name": "VLC 4 YouTube (beta)",
    "page_action": {
        "default_icon": "icons\/icon-19.png",
        "default_popup": "popup.html",
        "default_title": "Open this video in VLC"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.youtube.com\/*",
        "http:\/\/localhost\/*"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "version": "0.4.1"
}