DeviceOnline VS Extension

Get video source URL from an webpage and allows you to stream it using DeviceOnline app

ما هو DeviceOnline VS Extension؟

DeviceOnline VS Extension هو إضافة Chrome تم تطويرها بواسطة deviceonline.net، والميزة الرئيسية لها هي "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DeviceOnline VS Extension

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

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

                        Extracts video source URLs from current webpage and allows you to stream them using DeviceOnline application. This allows streaming of embedded videos from HTML5 and Flash players to DLNA/UPnP devices (SmartTV, Phones, Tablets, etc) directly without a need of downloading them.                    

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

الاسم DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
عنوان URL الرسمي https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
الوصف Get video source URL from an webpage and allows you to stream it using DeviceOnline app
حجم الملف 78.81 KB
عدد التثبيتات 1,000
النسخة الحالية 1.2
آخر تحديث 2015-02-24
تاريخ النشر 2015-02-24
تقييم 2.40/5 مجموع تقييمات 10
المطور deviceonline.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://deviceonline.net/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeviceOnline VS Extension",
    "short_name": "DevOn",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Get video source URL from an webpage and allows you to stream it using DeviceOnline app",
    "browser_action": {
        "default_icon": "pics\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "pics\/logo.png",
        "48": "pics\/logo48.png",
        "128": "pics\/logo128.png"
    },
    "permissions": [
        "tabs",
        "",
        "management"
    ]
}