Open SoundCloud Coverart
Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab
Open SoundCloud Coverartとは何ですか?
Open SoundCloud Coverartはpolamjagによって開発されたChromeの拡張機能で、その主な機能は「Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab」です。
拡張機能のスクリーンショット
Open SoundCloud Coverart拡張機能のCRXファイルをダウンロード
Open SoundCloud Coverart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab
拡張機能の基本情報
名前 | Open SoundCloud Coverart |
ID | ofiobobdcodlnokoiljcaamamndgelcd |
公式URL | https://chromewebstore.google.com/detail/open-soundcloud-coverart/ofiobobdcodlnokoiljcaamamndgelcd |
説明 | Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab |
ファイルサイズ | 4.42 KB |
インストール数 | 997 |
現在のバージョン | 0.2.0 |
最終更新日 | 2022-11-06 |
公開日 | 2019-02-04 |
評価 | 3.46/5 合計 13 レビュー |
開発者 | polamjag |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/polamjag/chrome-open-soundcloud-artwork |
ヘルプページのURL | https://github.com/polamjag/chrome-open-soundcloud-artwork/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open SoundCloud Coverart", "version": "0.2.0", "manifest_version": 3, "permissions": [ "contextMenus" ], "host_permissions": [ "https:\/\/soundcloud.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/main.js" }, "icons": { "16": "icon-128.png", "128": "icon-128.png" } } |