Beatport

Quick DJ Access

ما هو Beatport؟

Beatport هو إضافة Chrome تم تطويرها بواسطة https://sobytes.com، والميزة الرئيسية لها هي "Quick DJ Access".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Beatport

قم بتنزيل ملفات الامتداد Beatport بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Beatport Beatport
ID khlgjapbefmcemkbiecelefkkcjpbpgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/beatport/khlgjapbefmcemkbiecelefkkcjpbpgl
الوصف Quick DJ Access
حجم الملف 12.72 KB
عدد التثبيتات 51
النسخة الحالية 1.1
آخر تحديث 2022-07-27
تاريخ النشر 2022-07-06
المطور https://sobytes.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}