Beatport Grabber

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

Cos'è Beatport Grabber?

Beatport Grabber è un'estensione di Chrome sviluppata da andrey.shaurov, e la sua funzione principale è "Extension for cataloging and saving your favorite music on Beatport.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beatport Grabber

Scarica i file di estensione Beatport Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Beatport Grabber Beatport Grabber
ID mfmgffebnohdeaejlhbmddgagmacabhg
URL Ufficiale https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg
Descrizione Extension for cataloging and saving your favorite music on Beatport.com
Dimensione del File 137 KB
Conteggio Installazioni 252
Versione Corrente 1.1.4
Ultimo Aggiornamento 2020-07-04
Data di Pubblicazione 2020-07-04
Sviluppatore andrey.shaurov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}