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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'" } |