Beatport

Quick DJ Access

Qu'est-ce que Beatport ?

Beatport est une extension Chrome développée par https://sobytes.com, et sa fonction principale est "Quick DJ Access".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Beatport

Téléchargez les fichiers d'extension Beatport au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Beatport Beatport
ID khlgjapbefmcemkbiecelefkkcjpbpgl
URL Officiel https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl
Description Quick DJ Access
Taille du Fichier 12.72 KB
Nombre d'Installations 51
Version Actuelle 1.1
Dernière Mise à Jour 2022-07-27
Date de Publication 2022-07-06
Développeur https://sobytes.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}