spotify remote
get access to the spotify remote service
What is spotify remote?
spotify remote is a Chrome extension developed by Unknown, and its main feature is "get access to the spotify remote service".
Download spotify remote Extension CRX File
Download spotify remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
Official URL | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Description | get access to the spotify remote service |
File Size | 34.42 KB |
Installation Count | 11 |
Current Version | 0.0.5 |
Last Updated | 2015-12-21 |
Publish Date | 2015-12-20 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/theyelllowdart/spotifyremote |
Supported Languages | 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 } |