SoundCloud Artwork Getter

Chrome Extention for Getting Artwork from SoundCloud.

What is SoundCloud Artwork Getter?

SoundCloud Artwork Getter is a Chrome extension developed by Haruki, and its main feature is "Chrome Extention for Getting Artwork from SoundCloud.".

Extension Screenshots

screenshot

Download SoundCloud Artwork Getter Extension CRX File

Download SoundCloud Artwork Getter 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

                        Chrome Extention for Getting Artwork from SoundCloud.

1. Go to the SoundCloud track page.
2. Click Extention Icon.
3. The artwork has been copied to the clipboard. Paste it wherever you like.                    

Extension Basic Information

Name SoundCloud Artwork Getter SoundCloud Artwork Getter
ID gmmjiolejimemigfopgfcjlfmgifpocf
Official URL https://chromewebstore.google.com/detail/soundcloud-artwork-getter/gmmjiolejimemigfopgfcjlfmgifpocf
Description Chrome Extention for Getting Artwork from SoundCloud.
File Size 10.99 KB
Installation Count 191
Current Version 1.0
Last Updated 2022-12-29
Publish Date 2022-12-29
Developer Haruki
Email [email protected]
Payment Type free
Extension Website https://github.com/Harxxki/soundcloud-artwork-getter
Help Page URL https://twitter.com/MoegiKohsaka
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoundCloud Artwork Getter",
    "version": "1.0",
    "description": "Chrome Extention for Getting Artwork from SoundCloud.",
    "author": "@Harxxki",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/soundcloud.com\/*"
    ]
}