Beatport Grabber

Extension for cataloging and saving your favorite music on Beatport.com

Beatport Grabberคืออะไร?

Beatport Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andrey.shaurov และคุณลักษณะหลักของมันคือ "Extension for cataloging and saving your favorite music on Beatport.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beatport Grabber

ดาวน์โหลดไฟล์ส่วนขยาย Beatport Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        After installing the extension , you can create music wishlistslists on the https://beatport.com. Save your favorite tracks and releases for later.

You can create playlists for tracks and releases. Use a convenient search on a saved collection.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Beatport Grabber Beatport Grabber
ID mfmgffebnohdeaejlhbmddgagmacabhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg
คำอธิบาย Extension for cataloging and saving your favorite music on Beatport.com
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2020-07-04
วันที่เผยแพร่ 2020-07-04
ผู้พัฒนา andrey.shaurov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beatport Grabber",
    "description": "Extension for cataloging and saving your favorite music on Beatport.com",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/beatport-logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/beatport-logo.png",
        "default_title": "Beatport Grabber",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}