Open with VLC

Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.

ما هو Open with VLC؟

Open with VLC هو إضافة Chrome تم تطويرها بواسطة Stefan، والميزة الرئيسية لها هي "Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open with VLC

قم بتنزيل ملفات الامتداد Open with VLC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Open websites with VLC. You must install the vlc:// protocol handler as well: https://github.com/stefansundin/vlc-protocol

You should use this together with VLC playlist parsers, e.g: https://addons.videolan.org/p/1167220/

Please do not use it if you don't understand the above.

You can right-click on links, iframes, and audio/video elements, and use the "Open with VLC" menu item.                    

معلومات أساسية عن التمديد

الاسم Open with VLC Open with VLC
ID jcccmhdgkfinhddlhpahoeofmdlljglh
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-with-vlc/jcccmhdgkfinhddlhpahoeofmdlljglh
الوصف Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.
حجم الملف 8.19 KB
عدد التثبيتات 15,343
النسخة الحالية 1.4.1
آخر تحديث 2020-10-01
تاريخ النشر 2018-05-25
تقييم 4.60/5 مجموع تقييمات 5
المطور Stefan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/stefansundin/open-with-vlc
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open with VLC",
    "version": "1.4.1",
    "description": "Open websites with VLC. You must install the vlc:\/\/ protocol handler as well. You should use this together with playlist parsers.",
    "homepage_url": "https:\/\/github.com\/stefansundin\/open-with-vlc",
    "author": "Stefan Sundin",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Open page with VLC",
        "default_popup": "popup.html"
    },
    "commands": {
        "open-vlc": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            },
            "description": "Open page with VLC"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}