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 هو إضافة Chrome تم تطويرها بواسطة xdpugachevx، والميزة الرئيسية لها هي "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Spotify artist's all songs

قم بتنزيل ملفات الامتداد Spotify artist's all songs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
البريد الإلكتروني [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"
    ]
}