Mini Player for Spotify
Get a mini player for spotify!
Qu'est-ce que Mini Player for Spotify ?
Mini Player for Spotify est une extension Chrome développée par Martin Nester, et sa fonction principale est "Get a mini player for spotify!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mini Player for Spotify
Téléchargez les fichiers d'extension Mini Player for Spotify 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
Spotify is a music streaming service the unfortunately doesn't offer a good mini player. With this extension you can get a miniplayer that works and looks great. To setup and use Mini Player for Spotify follow the steps below. 0. Install the Mini Player for Spotify Chrome Extension 1. Navigate to open.spotify.com and login to your account. 2. Install the Chrome Spotify App by pressing the "+" found in the address bar. 3. After installing resize the Spotify window to get the Mini Player or click the miniplayer button in the bottom right. 4. Optional: Right Click and Pin Spotify to taskbar.
Informations de Base sur l'Extension
Nom | |
ID | mjjeebakniihklfggnacbigighgildlo |
URL Officiel | https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo |
Description | Get a mini player for spotify! |
Taille du Fichier | 2.91 MB |
Nombre d'Installations | 34,581 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2021-03-21 |
Date de Publication | 2021-01-28 |
Évaluation | 4.02/5 Total 41 Évaluations |
Développeur | Martin Nester |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Player for Spotify", "version": "1.1.2", "description": "Get a mini player for spotify!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "browser_action": [], "author": "Martin", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "icons\/icon32.png" ], "permissions": [ "storage" ] } |