LabelsBase.Beatport
Identify record labels on Beatport which are available on LabelsBase
ما هو LabelsBase.Beatport؟
LabelsBase.Beatport هو إضافة Chrome تم تطويرها بواسطة Denis Brazhnikov، والميزة الرئيسية لها هي "Identify record labels on Beatport which are available on LabelsBase".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LabelsBase.Beatport
قم بتنزيل ملفات الامتداد LabelsBase.Beatport بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |