spotify remote
get access to the spotify remote service
Qu'est-ce que spotify remote ?
spotify remote est une extension Chrome développée par Unknown, et sa fonction principale est "get access to the spotify remote service".
Télécharger le fichier CRX de l'extension spotify remote
Téléchargez les fichiers d'extension spotify remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
URL Officiel | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Description | get access to the spotify remote service |
Taille du Fichier | 34.42 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2015-12-21 |
Date de Publication | 2015-12-20 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/theyelllowdart/spotifyremote |
Langues Prises en Charge | 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 } |