Artlist Assistant

Adds extra features to ArtList (artlist.io).

Was ist Artlist Assistant?

Artlist Assistant ist eine Chrome-Erweiterung, die von Jesse Evers entwickelt wurde, und ihr Hauptmerkmal ist "Adds extra features to ArtList (artlist.io).".

Erweiterungsscreenshots

screenshot

Artlist Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Artlist Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Artlist doesn't have a good discovery mechanism for finding songs that are similar to the song you're currently listening to. Artlist Assistant solves that problem by making it easy to search for songs based on the tags of the song you're currently listening to. You can search for songs matching all of the current song's tags, or choose a subset of the current song's tags and just search for those.                    

Grundlegende Informationen zur Erweiterung

Name Artlist Assistant Artlist Assistant
ID agmnjaabedgipomljkngpfpmmgclogce
Offizielle URL https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce
Beschreibung Adds extra features to ArtList (artlist.io).
Dateigröße 74.65 KB
Installationsanzahl 566
Aktuelle Version 1.0
Letztes Update 2022-10-13
Veröffentlichungsdatum 2021-03-16
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Jesse Evers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Artlist Assistant",
    "author": "Jesse Evers",
    "version": "1.0",
    "description": "Adds extra features to ArtList (artlist.io).",
    "icons": {
        "48": "icons\/icon48.jpg",
        "96": "icons\/icon96.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.artlist.io\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "constants.js",
                "index.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}