Beatport Grabber
Extension for cataloging and saving your favorite music on Beatport.com
Beatport Grabber क्या है?
Beatport Grabber andrey.shaurov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for cataloging and saving your favorite music on Beatport.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beatport Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
After installing the extension , you can create music wishlistslists on the https://beatport.com. Save your favorite tracks and releases for later. You can create playlists for tracks and releases. Use a convenient search on a saved collection.
एक्सटेंशन की मूल जानकारी
नाम | Beatport Grabber |
ID | mfmgffebnohdeaejlhbmddgagmacabhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg |
विवरण | Extension for cataloging and saving your favorite music on Beatport.com |
फ़ाइल का आकार | 137 KB |
स्थापना संख्या | 252 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2020-07-04 |
प्रकाशन तिथि | 2020-07-04 |
डेवलपर | andrey.shaurov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beatport Grabber", "description": "Extension for cataloging and saving your favorite music on Beatport.com", "version": "1.1.4", "manifest_version": 2, "icons": { "128": "icons\/beatport-logo.png" }, "browser_action": { "default_icon": "icons\/beatport-logo.png", "default_title": "Beatport Grabber", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |