Now Playing Notifier for Spotify [unofficial]
Notify the currently playing song on Spotify. This is an unofficial extension.
什麼是Now Playing Notifier for Spotify [unofficial]?
Now Playing Notifier for Spotify [unofficial]是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Notify the currently playing song on Spotify. This is an unofficial extension.”。
擴展截圖
下載Now Playing Notifier for Spotify [unofficial]擴展crx文件
下載Now Playing Notifier for Spotify [unofficial]擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Notify the currently playing song on Spotify (open.spotify.com). **How to Use** 1. Open Spotify on Google Chrome. Then this extension will automatically run. 2. Play some music. 3. A silent notification will apear every time the music switches. **Attention** This extension just fetch song titles from HTML on Spotify, so it doesn't work when Spotify isn't opened on Chrome.
擴展基本資訊
名稱 | Now Playing Notifier for Spotify [unofficial] |
ID | bieocankgankjnlnipolmaecmonaboja |
官方網址 | https://chromewebstore.google.com/detail/now-playing-notifier-for/bieocankgankjnlnipolmaecmonaboja |
簡介 | Notify the currently playing song on Spotify. This is an unofficial extension. |
檔案大小 | 13.54 KB |
安裝次數 | 128 |
目前版本 | 0.0.1 |
更新時間 | 2020-03-22 |
上架時間 | 2020-03-22 |
評分 | 1.00/5 共 3 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Now Playing Notifier for Spotify [unofficial]", "version": "0.0.1", "manifest_version": 2, "description": "Notify the currently playing song on Spotify. This is an unofficial extension.", "icons": { "16": "icon\/16x16.png", "48": "icon\/48x48.png", "128": "icon\/128x128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "js\/pagescript.js" ], "run_at": "document_start" } ] } |