spotify remote
get access to the spotify remote service
Cos'è spotify remote?
spotify remote è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "get access to the spotify remote service".
Scarica il file CRX dell'estensione spotify remote
Scarica i file di estensione spotify remote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
URL Ufficiale | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Descrizione | get access to the spotify remote service |
Dimensione del File | 34.42 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2015-12-21 |
Data di Pubblicazione | 2015-12-20 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/theyelllowdart/spotifyremote |
Lingue Supportate | 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 } |