Beatport
Quick DJ Access
什麼是Beatport?
Beatport是由https://sobytes.com開發的Chrome擴展程式,該擴展的主要功能是“Quick DJ Access”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | khlgjapbefmcemkbiecelefkkcjpbpgl |
| 官方網址 | 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"
}
} | |