Spotify New Releases

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

Spotify New Releases là gì?

Spotify New Releases là một tiện ích mở rộng Chrome được phát triển bởi https://spotify-new-releases.web.app, và tính năng chính của nó là "Discover new Spotify music releases from your favorite artists, podcasts and shows.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spotify New Releases

Tải xuống các tệp mở rộng Spotify New Releases dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spotify New Releases Spotify New Releases
ID badbmkjnnimjfhhmknfoikappgmelpjo
URL Chính Thức https://chromewebstore.google.com/detail/spotify-new-releases/badbmkjnnimjfhhmknfoikappgmelpjo
Mô tả Discover new Spotify music releases from your favorite artists, podcasts and shows.
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 489
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2020-09-17
Ngày Phát Hành 2020-09-08
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://spotify-new-releases.web.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://spotify-new-releases.web.app/
URL Trang Trợ Giúp https://spotify-new-releases.web.app/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}