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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |