Artlist Assistant

Adds extra features to ArtList (artlist.io).

什么是Artlist Assistant?

Artlist Assistant是由Jesse Evers开发的Chrome扩展程序,该扩展的主要功能是“Adds extra features to ArtList (artlist.io).”。

扩展截图

screenshot

下载Artlist Assistant扩展crx文件

下载Artlist Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Artlist Assistant Artlist Assistant
ID agmnjaabedgipomljkngpfpmmgclogce
官方URL https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce
简介 Adds extra features to ArtList (artlist.io).
文件大小 74.65 KB
安装次数 566
当前版本 1.0
更新时间 2022-10-13
上架时间 2021-03-16
评分 5.00/5 共3次评分
开发者 Jesse Evers
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}