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
Eメール [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"
    ]
}