Spotify New Releases

Discover new Spotify music releases from your favorite artists, podcasts and shows.

Spotify New Releases क्या है?

Spotify New Releases https://spotify-new-releases.web.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover new Spotify music releases from your favorite artists, podcasts and shows."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotify New Releases एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Keeping track of new releases from your favorite artists can be difficult, but this browser extension is here to help. Simply connect your Spotify account and never miss any new music coming out. This extension will display all new albums, singles, and podcast episodes, released by artists and shows you follow on Spotify.

Do you listen to a lot of podcasts? Subscribe to your favorite shows and hear about new episodes the day they are released. 

Albums? Singles? Shows? Podcasts? Whatever you're into, we'll tell you when it's out, so you never miss a beat.

No private data is collected, everything is stored locally. This extension requires an existing Spotify account in order to use all the features.                    

एक्सटेंशन की मूल जानकारी

नाम Spotify New Releases Spotify New Releases
ID badbmkjnnimjfhhmknfoikappgmelpjo
आधिकारिक URL https://chromewebstore.google.com/detail/spotify-new-releases/badbmkjnnimjfhhmknfoikappgmelpjo
विवरण Discover new Spotify music releases from your favorite artists, podcasts and shows.
फ़ाइल का आकार 119 KB
स्थापना संख्या 489
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2020-09-17
प्रकाशन तिथि 2020-09-08
रेटिंग 4.20/5 कुल 10 रेटिंग्स
डेवलपर https://spotify-new-releases.web.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://spotify-new-releases.web.app/
सहायता पृष्ठ URL https://spotify-new-releases.web.app/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify New Releases",
    "short_name": "Spotify New Releases",
    "version": "1.4.3",
    "description": "Discover new Spotify music releases from your favorite artists, podcasts and shows.",
    "homepage_url": "https:\/\/github.com\/Dalimil",
    "icons": {
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "author": "Dalimil Hajek",
    "minimum_chrome_version": "49",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/icons\/32x32.png",
            "48": "assets\/icons\/48x48.png",
            "128": "assets\/icons\/128x128.png"
        },
        "default_title": "Spotify New Releases",
        "chrome_style": false
    }
}