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

What is Open SoundCloud Coverart?

Open SoundCloud Coverart is a Chrome extension developed by polamjag, and its main feature is "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".

Extension Screenshots

screenshot

Download Open SoundCloud Coverart Extension CRX File

Download Open SoundCloud Coverart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Open SoundCloud Coverart Open SoundCloud Coverart
ID ofiobobdcodlnokoiljcaamamndgelcd
Official URL https://chromewebstore.google.com/detail/open-soundcloud-coverart/ofiobobdcodlnokoiljcaamamndgelcd
Description 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
File Size 4.42 KB
Installation Count 997
Current Version 0.2.0
Last Updated 2022-11-06
Publish Date 2019-02-04
Rating 3.46/5 Total 13 Ratings
Developer polamjag
Email [email protected]
Payment Type free
Extension Website https://github.com/polamjag/chrome-open-soundcloud-artwork
Help Page URL https://github.com/polamjag/chrome-open-soundcloud-artwork/issues
Supported Languages 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"
    }
}