TVQue
Mirror or Stream Desktop/Browser to Roku TV.
TVQue क्या है?
TVQue https://tvque.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mirror or Stream Desktop/Browser to Roku TV."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TVQue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |