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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |