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 là gì?

Spotify artist's all songs là một tiện ích mở rộng Chrome được phát triển bởi xdpugachevx, và tính năng chính của nó là "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spotify artist's all songs

Tải xuống các tệp mở rộng Spotify artist's all songs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
URL Chính Thức https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Mô tả As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Kích Thước Tệp 326 KB
Số Lần Cài Đặt 5,065
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-01-22
Ngày Phát Hành 2021-01-22
Đánh Giá 4.03/5 Tổng số 33 Đánh Giá
Nhà Phát Triển xdpugachevx
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}