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
官方網址 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"
    ]
}