spotify remote
get access to the spotify remote service
O que é spotify remote?
spotify remote é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "get access to the spotify remote service".
Baixar o arquivo CRX da Extensão spotify remote
Baixe arquivos de extensão spotify remote 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
Informações Básicas da Extensão
Nome | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
URL Oficial | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Descrição | get access to the spotify remote service |
Tamanho do Arquivo | 34.42 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.0.5 |
Última Atualização | 2015-12-21 |
Data de Publicação | 2015-12-20 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/theyelllowdart/spotifyremote |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "spotify remote", "description": "get access to the spotify remote service", "version": "0.0.5", "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "alarms", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "spotify remote" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |