DeviceOnline VS Extension

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

Apa itu DeviceOnline VS Extension?

DeviceOnline VS Extension adalah ekstensi Chrome yang dikembangkan oleh deviceonline.net, dan fitur utamanya adalah "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DeviceOnline VS Extension

Unduh file ekstensi DeviceOnline VS Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
URL Resmi https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
Deskripsi Get video source URL from an webpage and allows you to stream it using DeviceOnline app
Ukuran File 78.81 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-02-24
Tanggal Publikasi 2015-02-24
Penilaian 2.40/5 Total 10 Penilaian
Pengembang deviceonline.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://deviceonline.net/
Bahasa yang Didukung 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"
    ]
}