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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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",
" | |