Beatport

Quick DJ Access

Hvad er Beatport?

Beatport er en Chrome-udvidelse udviklet af https://sobytes.com, og dens hovedfunktion er "Quick DJ Access".

Udvidelsesskærmbilleder

screenshot

Download Beatport-udvidelses-CRX-fil

Download Beatport-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Beatport Beatport
ID khlgjapbefmcemkbiecelefkkcjpbpgl
Officiel URL https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl
Beskrivelse Quick DJ Access
Filstørrelse 12.72 KB
Antal Installationer 51
Nuværende Version 1.1
Senest Opdateret 2022-07-27
Udgivelsesdato 2022-07-06
Udvikler https://sobytes.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}