Artlist Assistant
Adds extra features to ArtList (artlist.io).
Cos'è Artlist Assistant?
Artlist Assistant è un'estensione di Chrome sviluppata da Jesse Evers, e la sua funzione principale è "Adds extra features to ArtList (artlist.io).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Artlist Assistant
Scarica i file di estensione Artlist Assistant 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | agmnjaabedgipomljkngpfpmmgclogce |
URL Ufficiale | https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce |
Descrizione | Adds extra features to ArtList (artlist.io). |
Dimensione del File | 74.65 KB |
Conteggio Installazioni | 566 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-10-13 |
Data di Pubblicazione | 2021-03-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Jesse Evers |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |