Beatport Grabber
Extension for cataloging and saving your favorite music on Beatport.com
What is Beatport Grabber?
Beatport Grabber is a Chrome extension developed by andrey.shaurov, and its main feature is "Extension for cataloging and saving your favorite music on Beatport.com".
Extension Screenshots
Download Beatport Grabber Extension CRX File
Download Beatport Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Beatport Grabber |
ID | mfmgffebnohdeaejlhbmddgagmacabhg |
Official URL | https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg |
Description | Extension for cataloging and saving your favorite music on Beatport.com |
File Size | 137 KB |
Installation Count | 252 |
Current Version | 1.1.4 |
Last Updated | 2020-07-04 |
Publish Date | 2020-07-04 |
Developer | andrey.shaurov |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |