Artlist Assistant
Adds extra features to ArtList (artlist.io).
Artlist Assistantとは何ですか?
Artlist AssistantはJesse Eversによって開発されたChromeの拡張機能で、その主な機能は「Adds extra features to ArtList (artlist.io).」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } ] } |