Spotify New Releases
Discover new Spotify music releases from your favorite artists, podcasts and shows.
Τι είναι το Spotify New Releases;
Το Spotify New Releases είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://spotify-new-releases.web.app, και η κύρια λειτουργία του είναι "Discover new Spotify music releases from your favorite artists, podcasts and shows.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spotify New Releases
Λήψη αρχείων επέκτασης Spotify New Releases σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 } } |