Artlist Assistant

Adds extra features to ArtList (artlist.io).

Apa itu Artlist Assistant?

Artlist Assistant adalah ekstensi Chrome yang dikembangkan oleh Jesse Evers, dan fitur utamanya adalah "Adds extra features to ArtList (artlist.io).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Artlist Assistant

Unduh file ekstensi Artlist Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Artlist Assistant Artlist Assistant
ID agmnjaabedgipomljkngpfpmmgclogce
URL Resmi https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce
Deskripsi Adds extra features to ArtList (artlist.io).
Ukuran File 74.65 KB
Jumlah Instalasi 566
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2021-03-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Jesse Evers
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}