Beatport
Quick DJ Access
Wat is Beatport?
Beatport is een Chrome-extensie ontwikkeld door https://sobytes.com, en de belangrijkste functie is "Quick DJ Access".
Extensie Screenshots
Download het CRX-bestand van de extensie Beatport
Download Beatport-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | khlgjapbefmcemkbiecelefkkcjpbpgl |
| Officiële URL | https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl |
| Beschrijving | Quick DJ Access |
| Bestandsgrootte | 12.72 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-07-27 |
| Publicatiedatum | 2022-07-06 |
| Ontwikkelaar | https://sobytes.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |