YouTube Television Mode

Watch YouTube endlessly as if it was a real TV station.

YouTube Television Modeคืออะไร?

YouTube Television Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Gauci และคุณลักษณะหลักของมันคือ "Watch YouTube endlessly as if it was a real TV station."

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

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

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

                        This Chrome extension automatically follows suggested videos (the videos on the right-hand side of YouTube) when the video you are watching finishes.  The extension keeps track of what you have already watched so you never watch the same video twice.                    

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

ชื่อ YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
คำอธิบาย Watch YouTube endlessly as if it was a real TV station.
ขนาดไฟล์ 74.37 KB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-02-23
วันที่เผยแพร่ 2014-02-23
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jason Gauci
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Television Mode",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Watch YouTube endlessly as if it was a real TV station.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "tubeKeys.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "inject.js",
        "jquery.min.js"
    ]
}