Youtube Radio
Auto generated playlists of youtube videos based on an artist
Youtube Radioとは何ですか?
Youtube RadioはEvan Skeeteによって開発されたChromeの拡張機能で、その主な機能は「Auto generated playlists of youtube videos based on an artist」です。
拡張機能のスクリーンショット
Youtube Radio拡張機能のCRXファイルをダウンロード
Youtube Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of youtube's auto play giving you stuff you don't want? Tired of having to switch tabs to control your music? Youtube radio generates playlists of songs based on artists you like and plays the tracks on youtube. You can control playback from a floating window to eliminate tab switching.
拡張機能の基本情報
名前 | |
ID | nbmhnagdobdppoanifgnjdaeglfnpjea |
公式URL | https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea |
説明 | Auto generated playlists of youtube videos based on an artist |
ファイルサイズ | 2.25 MB |
インストール数 | 153 |
現在のバージョン | 0.1 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | Evan Skeete |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "description": "Auto generated playlists of youtube videos based on an artist", "version": "0.1", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'" } |