Music Playr
Just Search Up Any Song and Enjoy
What is Music Playr?
Music Playr is a Chrome extension developed by Archit Rathi, and its main feature is "Just Search Up Any Song and Enjoy".
Extension Screenshots
Download Music Playr Extension CRX File
Download Music Playr 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
Get rid of all the tabs! Listen to your favorite songs with this chrome extension!
Extension Basic Information
Name | |
ID | plplhkkaifpgjpbjgfgfpfneodbfeolj |
Official URL | https://chrome.google.com/webstore/detail/music-playr/plplhkkaifpgjpbjgfgfpfneodbfeolj |
Description | Just Search Up Any Song and Enjoy |
File Size | 46.04 KB |
Installation Count | 14 |
Current Version | 0.2 |
Last Updated | 2015-11-30 |
Publish Date | 2015-11-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Archit Rathi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Playr", "description": "Just Search Up Any Song and Enjoy", "version": "0.2", "permissions": [ "http:\/\/connect.soundcloud.com\/sdk.js" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.1\/jquery.min.js; object-src 'self'", "icons": { "16": "16.png", "48": "48.png", "128": "icon.png" } } |