DeviceOnline VS Extension

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

Qu'est-ce que DeviceOnline VS Extension ?

DeviceOnline VS Extension est une extension Chrome développée par deviceonline.net, et sa fonction principale est "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DeviceOnline VS Extension

Téléchargez les fichiers d'extension DeviceOnline VS Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
URL Officiel https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
Description Get video source URL from an webpage and allows you to stream it using DeviceOnline app
Taille du Fichier 78.81 KB
Nombre d'Installations 1,000
Version Actuelle 1.2
Dernière Mise à Jour 2015-02-24
Date de Publication 2015-02-24
Évaluation 2.40/5 Total 10 Évaluations
Développeur deviceonline.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://deviceonline.net/
Langues Prises en Charge 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"
    ]
}