Beatport
Quick DJ Access
Co to jest Beatport?
Beatport to rozszerzenie Chrome opracowane przez https://sobytes.com, a jego główną funkcją jest „Quick DJ Access”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Beatport
Pobierz pliki rozszerzeń Beatport w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | khlgjapbefmcemkbiecelefkkcjpbpgl |
| Oficjalny URL | https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl |
| Opis | Quick DJ Access |
| Rozmiar pliku | 12.72 KB |
| Liczba instalacji | 51 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2022-07-27 |
| Data Publikacji | 2022-07-06 |
| Deweloper | https://sobytes.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |