YouTube TV

Access https://youtube.com/tv from a regular browser. No ads in this extension.

YouTube TVคืออะไร?

YouTube TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JB และคุณลักษณะหลักของมันคือ "Access https://youtube.com/tv from a regular browser. No ads in this extension."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Access the YouTube TV App located from a regular browser.

The TV application allows you to control the YouTube App using your smartphone like on any Smart TV. Essentially making your desktop computer act like a Smart TV.                    

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

ชื่อ YouTube TV YouTube TV
ID deikaacecjfbpclgkdlhnknlpjjcloef
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef
คำอธิบาย Access https://youtube.com/tv from a regular browser. No ads in this extension.
ขนาดไฟล์ 15.15 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-05-03
วันที่เผยแพร่ 2020-05-03
คะแนน 4.24/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา JB
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Access https:\/\/youtube.com\/tv from a regular browser. No ads in this extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "YouTube TV",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": [],
    "short_name": "youtube-tv",
    "version": "1.0.0"
}