Beatport Grabber

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

什麼是Beatport Grabber?

Beatport Grabber是由andrey.shaurov開發的Chrome擴展程式,該擴展的主要功能是“Extension for cataloging and saving your favorite music on Beatport.com”。

擴展截圖

screenshot
screenshot
screenshot

下載Beatport Grabber擴展crx文件

下載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
官方網址 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'"
}