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 |
官方網址 | 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" } } |