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
官方網址 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"
        }
    ]
}