TVQue

Mirror or Stream Desktop/Browser to Roku TV.

TVQue là gì?

TVQue là một tiện ích mở rộng Chrome được phát triển bởi https://tvque.com, và tính năng chính của nó là "Mirror or Stream Desktop/Browser to Roku TV.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng TVQue 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

                        Mirror Desktop to your Roku TV for presentations & conference room TV. 
Share photos/files/desktop with friends on network.
View photos and videos on your TV.
Cast/Stream desktop/tab with audio to local TV.
Fastest way to view downloaded movies, vacation/personal photos on TV without any remote server upload.
Media server not required, no remote server upload required, no setup required.
Also supports sending video URL's to a remote TV.
Works with Roku devices.                    

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

Tên TVQue TVQue
ID glcfcbpnklnoioicglgeagddedkbfbmk
URL Chính Thức https://chromewebstore.google.com/detail/tvque/glcfcbpnklnoioicglgeagddedkbfbmk
Mô tả Mirror or Stream Desktop/Browser to Roku TV.
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 2,910
Phiên Bản Hiện Tại 4.2.2
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2020-06-26
Đánh Giá 1.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://tvque.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tvque.com
URL Trang Trợ Giúp https://www.tvque.com/faq.html
URL Trang Chính Sách Bảo Mật https://www.tvque.com/policy/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "TVQue",
    "short_name": "TVQue",
    "description": "Mirror or Stream Desktop\/Browser to Roku TV.",
    "version": "4.2.2",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "caster\/webrtc-handler.js",
            "caster\/background-script.js",
            "caster\/fileupload.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tvque.com\/*"
            ],
            "js": [
                "caster\/webrtc-handler.js",
                "caster\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "desktopCapture",
        "activeTab",
        "",
        "storage"
    ]
}