spotify remote
get access to the spotify remote service
Wat is spotify remote?
spotify remote is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "get access to the spotify remote service".
Download het CRX-bestand van de extensie spotify remote
Download spotify remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
Officiële URL | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Beschrijving | get access to the spotify remote service |
Bestandsgrootte | 34.42 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2015-12-21 |
Publicatiedatum | 2015-12-20 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/theyelllowdart/spotifyremote |
Ondersteunde Talen | 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 } |