Spotify artist's all songs
As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Spotify artist's all songsとは何ですか?
Spotify artist's all songsはxdpugachevxによって開発されたChromeの拡張機能で、その主な機能は「As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…」です。
拡張機能のスクリーンショット
Spotify artist's all songs拡張機能のCRXファイルをダウンロード
Spotify artist's all songs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply create playlist with all songs of any artist on Spotify. Just go to artist's page, click on extension icon and click "Show all songs" button. After couple of seconds you will be redirected to new playlist with all songs of this artist. This extension uses official Spotify WebAPI, that's why you need to authorize this extension on Spotify for the first time. Don't worry, we don't collect any personal information about you and your musical preferences. So just use this extension and get fun listening your favorite artists!
拡張機能の基本情報
名前 | Spotify artist's all songs |
ID | jdicfniianljldbajoghhnilmnghgmno |
公式URL | https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno |
説明 | As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply… |
ファイルサイズ | 326 KB |
インストール数 | 5,065 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-01-22 |
公開日 | 2021-01-22 |
評価 | 4.03/5 合計 33 レビュー |
開発者 | xdpugachevx |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify artist's all songs", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "chrome-extension-async.js", "background.js" ], "persistent": false }, "permissions": [ "storage", "identity", "tabs" ] } |