Artlist Assistant
Adds extra features to ArtList (artlist.io).
Wat is Artlist Assistant?
Artlist Assistant is een Chrome-extensie ontwikkeld door Jesse Evers, en de belangrijkste functie is "Adds extra features to ArtList (artlist.io).".
Extensie Screenshots
Download het CRX-bestand van de extensie Artlist Assistant
Download Artlist Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | agmnjaabedgipomljkngpfpmmgclogce |
Officiële URL | https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce |
Beschrijving | Adds extra features to ArtList (artlist.io). |
Bestandsgrootte | 74.65 KB |
Aantal Installaties | 566 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-10-13 |
Publicatiedatum | 2021-03-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jesse Evers |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |