spotify remote
get access to the spotify remote service
¿Qué es spotify remote?
spotify remote es una extensión de Chrome desarrollada por Unknown, y su función principal es "get access to the spotify remote service".
Descargar Archivo CRX de la Extensión spotify remote
Descarga archivos de extensión spotify remote en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
URL Oficial | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Descripción | get access to the spotify remote service |
Tamaño del Archivo | 34.42 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 0.0.5 |
Última Actualización | 2015-12-21 |
Fecha de Publicación | 2015-12-20 |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/theyelllowdart/spotifyremote |
Idiomas Soportados | 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 } |