TVQue

Mirror or Stream Desktop/Browser to Roku TV.

TVQueとは何ですか?

TVQueはhttps://tvque.comによって開発されたChromeの拡張機能で、その主な機能は「Mirror or Stream Desktop/Browser to Roku TV.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

TVQue拡張機能のCRXファイルをダウンロード

TVQue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TVQue TVQue
ID glcfcbpnklnoioicglgeagddedkbfbmk
公式URL https://chromewebstore.google.com/detail/tvque/glcfcbpnklnoioicglgeagddedkbfbmk
説明 Mirror or Stream Desktop/Browser to Roku TV.
ファイルサイズ 140 KB
インストール数 2,910
現在のバージョン 4.2.2
最終更新日 2020-08-12
公開日 2020-06-26
評価 1.73/5 合計 11 レビュー
開発者 https://tvque.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tvque.com
ヘルプページのURL https://www.tvque.com/faq.html
プライバシーポリシーページのURL https://www.tvque.com/policy/privacy_policy.html
対応言語 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"
    ]
}