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是由deviceonline.net开发的Chrome扩展程序,该扩展的主要功能是“Get video source URL from an webpage and allows you to stream it using DeviceOnline app”。

扩展截图

screenshot
screenshot
screenshot

下载DeviceOnline VS Extension扩展crx文件

下载DeviceOnline VS Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}