Beatport Grabber

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

Co to jest Beatport Grabber?

Beatport Grabber to rozszerzenie Chrome opracowane przez andrey.shaurov, a jego główną funkcją jest „Extension for cataloging and saving your favorite music on Beatport.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Beatport Grabber

Pobierz pliki rozszerzeń Beatport Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Beatport Grabber Beatport Grabber
ID mfmgffebnohdeaejlhbmddgagmacabhg
Oficjalny URL https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg
Opis Extension for cataloging and saving your favorite music on Beatport.com
Rozmiar pliku 137 KB
Liczba instalacji 252
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2020-07-04
Data Publikacji 2020-07-04
Deweloper andrey.shaurov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}