Beatport

Quick DJ Access

Beatportとは何ですか?

Beatportはhttps://sobytes.comによって開発されたChromeの拡張機能で、その主な機能は「Quick DJ Access」です。

拡張機能のスクリーンショット

screenshot

Beatport拡張機能のCRXファイルをダウンロード

Beatport拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}