YouTube Remote control

Allows you to control YouTube running on your browser from your phone or whatever mobile device.)

YouTube Remote controlคืออะไร?

YouTube Remote control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wrybread และคุณลักษณะหลักของมันคือ "Allows you to control YouTube running on your browser from your phone or whatever mobile device.)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Remote control

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Remote control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This lets you load youtube.com/tv so you can remote control YouTube from your phone or other mobile device.

To use:

- Open youtube.com/tv and click the Settings icon, then "link with TV code" and it'll show you a code.

- Open the YouTube app on your phone and go to Settings > Watch on TV > Enter TV Code and enter that code and press the "link" button.

- Or in theory, if you're on the same wifi network, you can simply open the YouTube app on your phone and have the cast icon appear even without manually linking, but this doesn't work as reliably.

After linking, whatever you play in the YouTube app on your phone will play in the YouTube window on your laptop or desktop. Whoo hoo!

To stop casting, click the Cast icon again and choose "disconnect".

Troubleshooting: if it doesn't work or stops working: in the youtube.com/tv browser window go to Settings > Linked Devices and click "unlink all devices". And on your mobile device kill and relaunch the YouTube app and repeat the steps above.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Remote control YouTube Remote control
ID lngnccmhganinbandhoogjlmpkakmldi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-remote-control/lngnccmhganinbandhoogjlmpkakmldi
คำอธิบาย Allows you to control YouTube running on your browser from your phone or whatever mobile device.)
ขนาดไฟล์ 16.76 KB
จำนวนการติดตั้ง 12,988
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-10-07
วันที่เผยแพร่ 2021-10-07
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Wrybread
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gizmoware.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Remote control",
    "short_name": "youtube-remote-control",
    "description": "Allows you to control YouTube running on your browser from your phone or whatever mobile device.)",
    "version": "1.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}