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 |
电子邮箱 | [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" } } |