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."입니다.
확장 프로그램 스크린샷
Spotify New Releases 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } } |