YouTube™ TV Desktop

Allows users to load YouTube™ TV App from regular desktop browsers

YouTube™ TV Desktopとは何ですか?

YouTube™ TV DesktopはDanial Nickfordによって開発されたChromeの拡張機能で、その主な機能は「Allows users to load YouTube™ TV App from regular desktop browsers」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube™ TV Desktop拡張機能のCRXファイルをダウンロード

YouTube™ TV Desktop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension changes the headers your browser sends to allow the webpage to load without redirecting you to the standard website.

This allows you to browse with your keyboard or a remote for a better viewing experience especially if plugged in to a TV with your PC.                    

拡張機能の基本情報

名前 YouTube™ TV Desktop YouTube™ TV Desktop
ID onikdilmkkgioinnhpgimbhffdgldnoi
公式URL https://chromewebstore.google.com/detail/youtube-tv-desktop/onikdilmkkgioinnhpgimbhffdgldnoi
説明 Allows users to load YouTube™ TV App from regular desktop browsers
ファイルサイズ 32.21 KB
インストール数 7,013
現在のバージョン 0.0.1
最終更新日 2022-02-13
公開日 2020-09-13
評価 4.17/5 合計 6 レビュー
開発者 Danial Nickford
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Allows users to load YouTube\u2122 TV App from regular desktop browsers",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "manifest_version": 2,
    "name": "YouTube\u2122 TV Desktop",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "youtube-tv-desktop",
    "version": "0.0.1"
}