plug.dj music searcher
Search currently playing song on grooveshark, soundcloud, or xbox music.
What is plug.dj music searcher?
plug.dj music searcher is a Chrome extension developed by William Melani, and its main feature is "Search currently playing song on grooveshark, soundcloud, or xbox music.".
Extension Screenshots
Download plug.dj music searcher Extension CRX File
Download plug.dj music searcher 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
Easily search for the currently playing song in plug.dj in Spotify, Soundcloud, Xbox Music, or Grooveshark! Do whatever you want with the source code located here https://github.com/wmelani/plug-dj-music-searcher
Extension Basic Information
Name | plug.dj music searcher |
ID | nlhngefmpfcdidcbafnolfgdeangodab |
Official URL | https://chromewebstore.google.com/detail/plugdj-music-searcher/nlhngefmpfcdidcbafnolfgdeangodab |
Description | Search currently playing song on grooveshark, soundcloud, or xbox music. |
File Size | 11.68 KB |
Installation Count | 181 |
Current Version | 0.6 |
Last Updated | 2014-11-09 |
Publish Date | 2014-11-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | William Melani |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Search currently playing song on grooveshark, soundcloud, or xbox music.", "minimum_chrome_version": "16.0.884", "name": "plug.dj music searcher", "permissions": [ "http:\/\/plug.dj\/*", "https:\/\/plug.dj\/*" ], "version": "0.6", "manifest_version": 2 } |