Music Playr
Just Search Up Any Song and Enjoy
什么是Music Playr?
Music Playr是由Archit Rathi开发的Chrome扩展程序,该扩展的主要功能是“Just Search Up Any Song and Enjoy”。
扩展截图
下载Music Playr扩展crx文件
下载Music Playr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get rid of all the tabs! Listen to your favorite songs with this chrome extension!
扩展基本信息
名称 | |
ID | plplhkkaifpgjpbjgfgfpfneodbfeolj |
官方URL | https://chrome.google.com/webstore/detail/music-playr/plplhkkaifpgjpbjgfgfpfneodbfeolj |
简介 | Just Search Up Any Song and Enjoy |
文件大小 | 46.04 KB |
安装次数 | 14 |
当前版本 | 0.2 |
更新时间 | 2015-11-30 |
上架时间 | 2015-11-30 |
评分 | 5.00/5 共1次评分 |
开发者 | Archit Rathi |
付费类型 | free |
支持的语言 | 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" } } |