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 } } |