Now Playing Notifier for Spotify [unofficial]
Notify the currently playing song on Spotify. This is an unofficial extension.
Qu'est-ce que Now Playing Notifier for Spotify [unofficial] ?
Now Playing Notifier for Spotify [unofficial] est une extension Chrome développée par Unknown, et sa fonction principale est "Notify the currently playing song on Spotify. This is an unofficial extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Now Playing Notifier for Spotify [unofficial]
Téléchargez les fichiers d'extension Now Playing Notifier for Spotify [unofficial] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Now Playing Notifier for Spotify [unofficial] |
ID | bieocankgankjnlnipolmaecmonaboja |
URL Officiel | https://chromewebstore.google.com/detail/now-playing-notifier-for/bieocankgankjnlnipolmaecmonaboja |
Description | Notify the currently playing song on Spotify. This is an unofficial extension. |
Taille du Fichier | 13.54 KB |
Nombre d'Installations | 128 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-03-22 |
Date de Publication | 2020-03-22 |
Évaluation | 1.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |