Music Playr
Just Search Up Any Song and Enjoy
Music Playr क्या है?
Music Playr Archit Rathi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just Search Up Any Song and Enjoy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Music Playr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |