Beatport Grabber
Extension for cataloging and saving your favorite music on Beatport.com
Qu'est-ce que Beatport Grabber ?
Beatport Grabber est une extension Chrome développée par andrey.shaurov, et sa fonction principale est "Extension for cataloging and saving your favorite music on Beatport.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Beatport Grabber
Téléchargez les fichiers d'extension Beatport Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Beatport Grabber |
ID | mfmgffebnohdeaejlhbmddgagmacabhg |
URL Officiel | https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg |
Description | Extension for cataloging and saving your favorite music on Beatport.com |
Taille du Fichier | 137 KB |
Nombre d'Installations | 252 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2020-07-04 |
Date de Publication | 2020-07-04 |
Développeur | andrey.shaurov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |