Mini Player for Spotify
Get a mini player for spotify!
O que é Mini Player for Spotify?
Mini Player for Spotify é uma extensão do Chrome desenvolvida por Martin Nester, e sua principal característica é "Get a mini player for spotify!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mini Player for Spotify
Baixe arquivos de extensão Mini Player for Spotify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mjjeebakniihklfggnacbigighgildlo |
URL Oficial | https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo |
Descrição | Get a mini player for spotify! |
Tamanho do Arquivo | 2.91 MB |
Contagem de Instalações | 34,581 |
Versão Atual | 1.1.2 |
Última Atualização | 2021-03-21 |
Data de Publicação | 2021-01-28 |
Classificação | 4.02/5 Total de 41 Avaliações |
Desenvolvedor | Martin Nester |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |