Beatport
Quick DJ Access
Beatport क्या है?
Beatport https://sobytes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick DJ Access"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beatport एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |