YouTube TV

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

什麼是YouTube TV?

YouTube TV是由JB開發的Chrome擴展程式,該擴展的主要功能是“Access https://youtube.com/tv from a regular browser. No ads in this extension.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載YouTube TV擴展crx文件

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