TVQue
Mirror or Stream Desktop/Browser to Roku TV.
Cos'è TVQue?
TVQue è un'estensione di Chrome sviluppata da https://tvque.com, e la sua funzione principale è "Mirror or Stream Desktop/Browser to Roku TV.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TVQue
Scarica i file di estensione TVQue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | TVQue |
ID | glcfcbpnklnoioicglgeagddedkbfbmk |
URL Ufficiale | https://chromewebstore.google.com/detail/tvque/glcfcbpnklnoioicglgeagddedkbfbmk |
Descrizione | Mirror or Stream Desktop/Browser to Roku TV. |
Dimensione del File | 140 KB |
Conteggio Installazioni | 2,910 |
Versione Corrente | 4.2.2 |
Ultimo Aggiornamento | 2020-08-12 |
Data di Pubblicazione | 2020-06-26 |
Valutazione | 1.73/5 Totale 11 Valutazioni |
Sviluppatore | https://tvque.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tvque.com |
URL della Pagina di Aiuto | https://www.tvque.com/faq.html |
URL della Pagina della Politica sulla Privacy | https://www.tvque.com/policy/privacy_policy.html |
Lingue Supportate | 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", " |