DeviceOnline VS Extension

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

What is DeviceOnline VS Extension?

DeviceOnline VS Extension is a Chrome extension developed by deviceonline.net, and its main feature is "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

Extension Screenshots

screenshot
screenshot
screenshot

Download DeviceOnline VS Extension Extension CRX File

Download DeviceOnline VS Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
Official URL https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
Description Get video source URL from an webpage and allows you to stream it using DeviceOnline app
File Size 78.81 KB
Installation Count 1,000
Current Version 1.2
Last Updated 2015-02-24
Publish Date 2015-02-24
Rating 2.40/5 Total 10 Ratings
Developer deviceonline.net
Email [email protected]
Payment Type free
Extension Website http://deviceonline.net/
Supported Languages 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"
    ]
}