Beatport

Quick DJ Access

Beatport là gì?

Beatport là một tiện ích mở rộng Chrome được phát triển bởi https://sobytes.com, và tính năng chính của nó là "Quick DJ Access".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beatport

Tải xuống các tệp mở rộng Beatport dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beatport Beatport
ID khlgjapbefmcemkbiecelefkkcjpbpgl
URL Chính Thức https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl
Mô tả Quick DJ Access
Kích Thước Tệp 12.72 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-07-27
Ngày Phát Hành 2022-07-06
Nhà Phát Triển https://sobytes.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}