Youtube TV On PC

Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.

Youtube TV On PCคืออะไร?

Youtube TV On PC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danny Keeley และคุณลักษณะหลักของมันคือ "Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube TV On PC

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

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

                        # Enables youtube.com/tv#
1) Install plugin
2) Go to youtube.com/tv
3) Settings cog > Link with TV code
4) Open youtube app on your mobile device
5) Press your picture in the top right
6) Settings > Watch on TV > Enter TV code

The video will atuomatically be set to the highest quality.
Press F11 when a video is playing to make it full screen.

Enjoy :)


#Change Log#
v0.6 April 2021 - Allowed F11 to work for full screen.
v0.5 March 2021 - Videos will now start on the highest quality youtube has.                    

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

ชื่อ Youtube TV On PC Youtube TV On PC
ID jldjbkccldgbegjpggphaeikombjmnkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-tv-on-pc/jldjbkccldgbegjpggphaeikombjmnkh
คำอธิบาย Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.
ขนาดไฟล์ 40.92 KB
จำนวนการติดตั้ง 90,000
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2021-04-21
วันที่เผยแพร่ 2020-07-08
คะแนน 4.28/5 รวมทั้งหมด 179 คะแนน
ผู้พัฒนา Danny Keeley
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube TV On PC",
    "version": "0.6",
    "description": "Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16a.png",
        "32": "images\/icon-32a.png",
        "48": "images\/icon-48a.png",
        "128": "images\/icon-128a.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-32a.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "",
        "https:\/\/youtube.com\/tv*"
    ]
}