Youtube smart phone control
Control Youtube using smart phone
Youtube smart phone controlคืออะไร?
Youtube smart phone control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tech2 Solutions และคุณลักษณะหลักของมันคือ "Control Youtube using smart phone"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube smart phone control
ดาวน์โหลดไฟล์ส่วนขยาย Youtube smart phone control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Android TV Remote Control app is the easiest way of controlling your Android TV device using a smartphone. Usage: - Connect your phone and Android TV to the same Wi-Fi network. - Click gear icon (settings) on bottom-left, click "Link with TV code" - On your phone, open youtube app - In your phone's YouTube settings, tap Watch on TV - Tap ENTER TV CODE and enter the code. - Enjoy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mondcdfmmhjiedhgchekbfekojflncfg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-smart-phone-contr/mondcdfmmhjiedhgchekbfekojflncfg |
คำอธิบาย | Control Youtube using smart phone |
ขนาดไฟล์ | 19.93 KB |
จำนวนการติดตั้ง | 2,443 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-01-07 |
วันที่เผยแพร่ | 2021-01-07 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Tech2 Solutions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "description": "Control Youtube using smart phone", "manifest_version": 2, "name": "Youtube smart phone control", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |