YouTube™ for TV 4K
Load YouTube™ TV App from regular browser. Supports 4K and 60FPS videos! This is the only official extension. Enjoy!
YouTube™ for TV 4Kとは何ですか?
YouTube™ for TV 4KはRedByteによって開発されたChromeの拡張機能で、その主な機能は「Load YouTube™ TV App from regular browser. Supports 4K and 60FPS videos! This is the only official extension. Enjoy!」です。
拡張機能のスクリーンショット
YouTube™ for TV 4K拡張機能のCRXファイルをダウンロード
YouTube™ for TV 4K拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Now you can access Youtube for TV, also known as "Youtube Leanback".
It's very useful because it allows remote control via a tablet or smartphone through the YouTube app.
On OCT/02/2019, access began to be restricted on several non-whitelisted devices, including Desktops and Macs. Two days later, RedByte Developer found the solution that resulted in this extension.
IMPORTANT: Install Google Chrome extension, access https://youtube.com/tv, press F11 to enter fullscreen and then press F5 to reload the page, otherwise the full resolution of your screen will not be recognized!
If it helps you, consider a donation.
PAYPAL DONATIONS: [email protected]
DISCLAIMER
This is the ONLY OFFICIAL EXTENSION of the original developer.
It does NOT contain any third-party advertisement or any malware.
Other similar extensions try to imitate, but will not receive software updates or fixes and may contain advertisements.
YouTube™ is a registered trademark of Google Inc.
YouTube™ for TV 4K is not affiliated or related with Youtube™.                     拡張機能の基本情報
| 名前 |   |  
| ID | pdpkefmdjkgijhnhjkblpielhiikadbb | 
| 公式URL | https://chromewebstore.google.com/detail/youtube-for-tv-4k/pdpkefmdjkgijhnhjkblpielhiikadbb | 
| 説明 | Load YouTube™ TV App from regular browser. Supports 4K and 60FPS videos! This is the only official extension. Enjoy! | 
| ファイルサイズ | 71.24 KB | 
| インストール数 | 8,288 | 
| 現在のバージョン | 1.1.0 | 
| 最終更新日 | 2020-06-27 | 
| 公開日 | 2020-06-27 | 
| 評価 | 3.88/5 合計 16 レビュー | 
| 開発者 | RedByte | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube\u2122 for TV 4K",
    "short_name": "youtube-for-tv-4k",
    "description": "Load YouTube\u2122 TV App from regular browser. Supports 4K and 60FPS videos! This is the only official extension. Enjoy!",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/16.png",
        "18": "icons\/18.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "36": "icons\/36.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "permissions": [
        "*:\/\/*.youtube.com\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}  |  |