YouTube Television Mode

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

YouTube Television Mode là gì?

YouTube Television Mode là một tiện ích mở rộng Chrome được phát triển bởi Jason Gauci, và tính năng chính của nó là "Watch YouTube endlessly as if it was a real TV station.".

Tải xuống tệp CRX của tiện ích mở rộng YouTube Television Mode

Tải xuống các tệp mở rộng YouTube Television Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Television Mode YouTube Television Mode
ID kleeleapbddibpbhbmdplacclglnpndc
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc
Mô tả Watch YouTube endlessly as if it was a real TV station.
Kích Thước Tệp 74.37 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-02-23
Ngày Phát Hành 2014-02-23
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jason Gauci
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}