Radio Mode for YouTube™
Replace background YouTube™ videos with more efficient audio, for less distractions.
Radio Mode for YouTube™とは何ですか?
Radio Mode for YouTube™はhttps://www.richard-stanton.comによって開発されたChromeの拡張機能で、その主な機能は「Replace background YouTube™ videos with more efficient audio, for less distractions.」です。
拡張機能のスクリーンショット
Radio Mode for YouTube™拡張機能のCRXファイルをダウンロード
Radio Mode for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Radio Mode for YouTube™ removes the video from the page, leaving just the audio, for less distractions. Ever listen to music on YouTube in the background? Ever see your computer slow down or hear the fans start spinning? Simply click the Radio icon in the YouTube player to remove the video. If you are playing a playlist, every video will be blanked out automatically. * This only works with the HTML5 YouTube player. Videos that are forced to play in Flash, such as VEVO, will not work with the plugin. * This does not save on bandwidth, just CPU usage and potential distractions. Usage based on a single video playing. CPU usage reduced by ~50%. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
拡張機能の基本情報
名前 | Radio Mode for YouTube™ |
ID | hhbjppdghagniamelnodbhnlbnpmipnm |
公式URL | https://chromewebstore.google.com/detail/radio-mode-for-youtube/hhbjppdghagniamelnodbhnlbnpmipnm |
説明 | Replace background YouTube™ videos with more efficient audio, for less distractions. |
ファイルサイズ | 16.76 KB |
インストール数 | 1,483 |
現在のバージョン | 2.0.1 |
最終更新日 | 2015-08-11 |
公開日 | 2015-08-10 |
評価 | 4.02/5 合計 43 レビュー |
開発者 | https://www.richard-stanton.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.richard-stanton.com/youtube-radio/ |
ヘルプページのURL | http://www.richard-stanton.com/youtube-radio/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Radio Mode for YouTube\u2122", "description": "Replace background YouTube\u2122 videos with more efficient audio, for less distractions.", "short_name": "YouTube\u2122 Radio", "version": "2.0.1", "author": "Richard Stanton", "minimum_chrome_version": "34", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "permissions": [ "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/", "tabs", "storage" ], "page_action": { "default_icon": "img\/on.png", "default_title": "YouTube\u2122 Radio" }, "icons": { "128": "img\/icon.png" } } |