Beatport
Quick DJ Access
Что такое Beatport?
Beatport - это расширение Chrome, разработанное https://sobytes.com, и его основная функция - "Quick DJ Access".
Снимки экрана расширения
Скачать файл CRX расширения Beatport
Скачайте файлы расширений Beatport в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Just makes life a bit easy when search for latest tracks on the Beatport Top 100 lists it doesn't allow you to do it by date for some reason.
I want to see top 100 and order by release date to find the latest tracks added to the top 100. Основная информация о расширении
| Название | |
| ID | khlgjapbefmcemkbiecelefkkcjpbpgl |
| Официальный URL | https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl |
| Описание | Quick DJ Access |
| Размер файла | 12.72 KB |
| Количество установок | 51 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2022-07-27 |
| Дата публикации | 2022-07-06 |
| Разработчик | https://sobytes.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Beatport",
"description": "Quick DJ Access",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
} | |