Artlist Assistant
Adds extra features to ArtList (artlist.io).
Artlist Assistant là gì?
Artlist Assistant là một tiện ích mở rộng Chrome được phát triển bởi Jesse Evers, và tính năng chính của nó là "Adds extra features to ArtList (artlist.io).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Artlist Assistant
Tải xuống các tệp mở rộng Artlist Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | agmnjaabedgipomljkngpfpmmgclogce |
URL Chính Thức | https://chromewebstore.google.com/detail/artlist-assistant/agmnjaabedgipomljkngpfpmmgclogce |
Mô tả | Adds extra features to ArtList (artlist.io). |
Kích Thước Tệp | 74.65 KB |
Số Lần Cài Đặt | 566 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-10-13 |
Ngày Phát Hành | 2021-03-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Jesse Evers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |