YouTube Television Mode

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

什麼是YouTube Television Mode?

YouTube Television Mode是由Jason Gauci開發的Chrome擴展程式,該擴展的主要功能是“Watch YouTube endlessly as if it was a real TV station.”。

下載YouTube Television Mode擴展crx文件

下載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
官方網址 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"
    ]
}