Artlist Assistant
Adds extra features to ArtList (artlist.io).
Qu'est-ce que Artlist Assistant ?
Artlist Assistant est une extension Chrome développée par Jesse Evers, et sa fonction principale est "Adds extra features to ArtList (artlist.io).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Artlist Assistant
Téléchargez les fichiers d'extension Artlist Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | agmnjaabedgipomljkngpfpmmgclogce |
URL Officiel | https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce |
Description | Adds extra features to ArtList (artlist.io). |
Taille du Fichier | 74.65 KB |
Nombre d'Installations | 566 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-10-13 |
Date de Publication | 2021-03-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Jesse Evers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |