DeviceOnline VS Extension

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

Wat is DeviceOnline VS Extension?

DeviceOnline VS Extension is een Chrome-extensie ontwikkeld door deviceonline.net, en de belangrijkste functie is "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DeviceOnline VS Extension

Download DeviceOnline VS Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
Officiële URL https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
Beschrijving Get video source URL from an webpage and allows you to stream it using DeviceOnline app
Bestandsgrootte 78.81 KB
Aantal Installaties 1,000
Huidige Versie 1.2
Laatst Bijgewerkt 2015-02-24
Publicatiedatum 2015-02-24
Beoordeling 2.40/5 Totaal 10 Beoordelingen
Ontwikkelaar deviceonline.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://deviceonline.net/
Ondersteunde Talen 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"
    ]
}