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
官方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"
}