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.
拡張機能の基本情報
名前 | |
ID | kleeleapbddibpbhbmdplacclglnpndc |
公式URL | 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" ] } |