YouTube™ for TV

Allows https://youtube.com/tv to load YouTube™ TV App from regular browser

YouTube™ for TVคืออะไร?

YouTube™ for TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย usefulwebtech และคุณลักษณะหลักของมันคือ "Allows https://youtube.com/tv to load YouTube™ TV App from regular browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ for TV

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

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

                        This extension allows you to access Youtube for TV App, also known as Youtube Leanback.

This version of Youtube is very useful because it allows remote control via a tablet or smartphone running the YouTube app.

On OCT/02/2019, access began to be restricted on several non-whitelisted devices, including Desktops and Macs. Two days later I found the solution that resulted in this extension.

You just need to install it and access https://www.youtube.com/tv

YouTube™ is a trademark of Google Inc.

YouTube™ for TV is not endorsed or affiliated with YouTube.                    

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

ชื่อ YouTube™ for TV YouTube™ for TV
ID gmmbpchnelmlmndfnckechknbohhjpge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-for-tv/gmmbpchnelmlmndfnckechknbohhjpge
คำอธิบาย Allows https://youtube.com/tv to load YouTube™ TV App from regular browser
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 90,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-02-17
วันที่เผยแพร่ 2020-03-10
คะแนน 3.13/5 รวมทั้งหมด 277 คะแนน
ผู้พัฒนา usefulwebtech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg-loader.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "description": "Allows https:\/\/youtube.com\/tv to load YouTube\u2122 TV App from regular browser",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "18": "icons\/18.png",
        "19": "icons\/19.png",
        "256": "icons\/256.png",
        "32": "icons\/32.png",
        "36": "icons\/36.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "512": "icons\/512.png",
        "64": "icons\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh02BPT0Pu3PAB6FMAozmn9nA0RSkLj5oIaiBsu23CadXRRbw640Z8SoELSi4Rt5DZKa7HNehHWDKeTzIwqZC9vLzYWj3Ffb6NKiRGaGwCX6iFRtXrspvsLbx\/r1yoS\/MwSMpZwpa1nNpV1imV\/FNxdi9TjKkDkwJCydYx3C+24lUEN4Blc3J3JKgTntDqPxUixwMjjzmEXuj77UJRvLlkXGf+I16hKQSZ5iUNYf6kAjmbCEkzHHNXsj1uMIa06YLNi8KLSTHYyC7EpjyIF+EfGQ\/V78WX2bsqIO0Bxy\/apKpi9Msp9RYgFsW\/+PXo+aTxstwwrvw8rrjpJ4OH9p+MQIDAQAB",
    "manifest_version": 3,
    "name": "YouTube\u2122 for TV",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/tv*"
    ],
    "short_name": "youtube-for-tv",
    "version": "1.0.2"
}