Music Playr
Just Search Up Any Song and Enjoy
Vad är Music Playr?
Music Playr är en Chrome-tillägg utvecklad av Archit Rathi, och dess huvudfunktion är "Just Search Up Any Song and Enjoy".
Tilläggsskärmbilder
Ladda ner Music Playr-förlängningens CRX-fil
Ladda ner Music Playr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get rid of all the tabs! Listen to your favorite songs with this chrome extension!
Grundläggande Information om Tillägg
Namn | |
ID | plplhkkaifpgjpbjgfgfpfneodbfeolj |
Officiell webbadress | https://chrome.google.com/webstore/detail/music-playr/plplhkkaifpgjpbjgfgfpfneodbfeolj |
Beskrivning | Just Search Up Any Song and Enjoy |
Filstorlek | 46.04 KB |
Antal Installationer | 14 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2015-11-30 |
Publiceringsdatum | 2015-11-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Archit Rathi |
Betalningssätt | free |
Stödda Språk | 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" } } |