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 |
| 官方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"
}
} | |