Beatport

Quick DJ Access

What is Beatport?

Beatport is a Chrome extension developed by https://sobytes.com, and its main feature is "Quick DJ Access".

Extension Screenshots

screenshot

Download Beatport Extension CRX File

Download Beatport extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Beatport Beatport
ID khlgjapbefmcemkbiecelefkkcjpbpgl
Official URL https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl
Description Quick DJ Access
File Size 12.72 KB
Installation Count 51
Current Version 1.1
Last Updated 2022-07-27
Publish Date 2022-07-06
Developer https://sobytes.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}