Artlist Assistant

Adds extra features to ArtList (artlist.io).

Vad är Artlist Assistant?

Artlist Assistant är en Chrome-tillägg utvecklad av Jesse Evers, och dess huvudfunktion är "Adds extra features to ArtList (artlist.io).".

Tilläggsskärmbilder

screenshot

Ladda ner Artlist Assistant-förlängningens CRX-fil

Ladda ner Artlist Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Artlist Assistant Artlist Assistant
ID agmnjaabedgipomljkngpfpmmgclogce
Officiell webbadress https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce
Beskrivning Adds extra features to ArtList (artlist.io).
Filstorlek 74.65 KB
Antal Installationer 566
Aktuell Version 1.0
Senast Uppdaterad 2022-10-13
Publiceringsdatum 2021-03-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Jesse Evers
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}