DeviceOnline VS Extension

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

DeviceOnline VS Extension là gì?

DeviceOnline VS Extension là một tiện ích mở rộng Chrome được phát triển bởi deviceonline.net, và tính năng chính của nó là "Get video source URL from an webpage and allows you to stream it using DeviceOnline app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeviceOnline VS Extension

Tải xuống các tệp mở rộng DeviceOnline VS Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeviceOnline VS Extension DeviceOnline VS Extension
ID imkkfkjphnnlmpmboiifambhpjeoagng
URL Chính Thức https://chrome.google.com/webstore/detail/deviceonline-vs-extension/imkkfkjphnnlmpmboiifambhpjeoagng
Mô tả Get video source URL from an webpage and allows you to stream it using DeviceOnline app
Kích Thước Tệp 78.81 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-02-24
Ngày Phát Hành 2015-02-24
Đánh Giá 2.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển deviceonline.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://deviceonline.net/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}