Beatport Grabber
Extension for cataloging and saving your favorite music on Beatport.com
ما هو Beatport Grabber؟
Beatport Grabber هو إضافة Chrome تم تطويرها بواسطة andrey.shaurov، والميزة الرئيسية لها هي "Extension for cataloging and saving your favorite music on Beatport.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Beatport Grabber
قم بتنزيل ملفات الامتداد Beatport Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |