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開發的Chrome擴展程式,該擴展的主要功能是“Discover new Spotify music releases from your favorite artists, podcasts and shows.”。

擴展截圖

screenshot

下載Spotify New Releases擴展crx文件

下載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 Spotify New Releases
ID badbmkjnnimjfhhmknfoikappgmelpjo
官方網址 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
    }
}