Beatport
Quick DJ Access
Beatportคืออะไร?
Beatport เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sobytes.com และคุณลักษณะหลักของมันคือ "Quick DJ Access"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beatport
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |