DeviceOnline VS Extension

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

Hvad er DeviceOnline VS Extension?

DeviceOnline VS Extension er en Chrome-udvidelse udviklet af deviceonline.net, og dens hovedfunktion er "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download DeviceOnline VS Extension-udvidelses-CRX-fil

Download DeviceOnline VS Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
Officiel URL https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
Beskrivelse Get video source URL from an webpage and allows you to stream it using DeviceOnline app
Filstørrelse 78.81 KB
Antal Installationer 1,000
Nuværende Version 1.2
Senest Opdateret 2015-02-24
Udgivelsesdato 2015-02-24
Bedømmelse 2.40/5 Samlet 10 Bedømmelser
Udvikler deviceonline.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://deviceonline.net/
Understøttede Sprog 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"
    ]
}