TVQue
Mirror or Stream Desktop/Browser to Roku TV.
Τι είναι το TVQue;
Το TVQue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tvque.com, και η κύρια λειτουργία του είναι "Mirror or Stream Desktop/Browser to Roku TV.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TVQue
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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", " |