LabelsBase.Beatport

Identify record labels on Beatport which are available on LabelsBase

LabelsBase.Beatport क्या है?

LabelsBase.Beatport Denis Brazhnikov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify record labels on Beatport which are available on LabelsBase"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LabelsBase.Beatport एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension adds an icon near all the LabelsBase-available labels on beatport.com, so you can easily find the label contacts, links, description etc.                    

एक्सटेंशन की मूल जानकारी

नाम LabelsBase.Beatport LabelsBase.Beatport
ID hmnnmkppfllhndkjcpdiobhlkpkanace
आधिकारिक URL https://chromewebstore.google.com/detail/labelsbasebeatport/hmnnmkppfllhndkjcpdiobhlkpkanace
विवरण Identify record labels on Beatport which are available on LabelsBase
फ़ाइल का आकार 8.52 KB
स्थापना संख्या 204
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2020-10-13
प्रकाशन तिथि 2019-02-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Denis Brazhnikov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://labelsbase.net
गोपनीयता नीति पृष्ठ URL https://labelsbase.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LabelsBase.Beatport",
    "short_name": "LabelsBase.Beatport",
    "description": "Identify record labels on Beatport which are available on LabelsBase",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.beatport.com\/*"
            ],
            "js": [
                "magick.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/app.labelsbase.net\/chrome\/*"
    ],
    "web_accessible_resources": [
        "lb.svg"
    ]
}