Nice Playlist Generator

Makes Spotify playlists from rateyourmusic.com and sonemic.com charts or lists

Nice Playlist Generatorคืออะไร?

Nice Playlist Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matej.magdolen และคุณลักษณะหลักของมันคือ "Makes Spotify playlists from rateyourmusic.com and sonemic.com charts or lists"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nice Playlist Generator

ดาวน์โหลดไฟล์ส่วนขยาย Nice Playlist Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you like this add-on, spread the word. Help us by liking or sharing our Facebook page.

There's also a Firefox version available.

Do you want to find new music? Are you interested in this year's releases, are you trying to get into a new genre or get to know 1993's field recordings of melting ice?

Would you like to do this without the tediousness of searching single songs and making playlists of them? Do you like simple and functional things?

If so, Nice Playlist Generator might be just what you want. Useful data gathered by rateyourmusic.com users in the form of charts and lists can be turned into Spotify playlists in a few easy steps.

Here's how:

In your browser, navigate to a rateyourmusic.com's chart or an user submitted list.

Click the Nice Playlist Generator icon in your address bar.

If the add-on finds at least one item representing an album (or other kind of release) on the current page, the "Get spotify links" button activates.

After you click it, the search on Spotify is started. You are informed about the amount of releases successfully found on Spotify and about the ones that could not be found.

After the search finishes the "Copy playlist to clipboard" button activates.

When you click it, you can go to the Spotify desktop application and choose a newly made or existing playlist you want to add the new tracks into.

Click into the content pane of the playlist and paste the tracks found by Nice Playlist Generator into it by pressing Ctrl + V

Every release will be represented by its most popular track on Spotify.

That's it. Nice listening                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nice Playlist Generator Nice Playlist Generator
ID pepcadfiffmmnjjaeoecmljemdkpcdpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nice-playlist-generator/pepcadfiffmmnjjaeoecmljemdkpcdpo
คำอธิบาย Makes Spotify playlists from rateyourmusic.com and sonemic.com charts or lists
ขนาดไฟล์ 31.63 KB
จำนวนการติดตั้ง 586
เวอร์ชันปัจจุบัน 0.3.3
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2020-04-18
คะแนน 3.95/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา matej.magdolen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/Nice-Playlist-GeneratorGener%C3%A1tor-pekn%C3%BDch-playlistov-538818799658219/?ref=bookmarks
ภาษาที่รองรับ en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "0.3.3",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/rym2spotify-48.png",
        "96": "icons\/rym2spotify-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rateyourmusic.com\/*",
                "*:\/\/*.sonemic.com\/*"
            ],
            "js": [
                "rym2spotify-content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "button\/rym2spotify-19.png",
            "38": "button\/rym2spotify-38.png"
        },
        "default_title": "rym2spotify",
        "default_popup": "popup\/rym2spotify-popup.html",
        "browser_style": true
    },
    "background": {
        "scripts": [
            "rym2spotify-background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/api.spotify.com\/",
        "https:\/\/accounts.spotify.com\/"
    ]
}