SoundCloud Artwork Getter

Chrome Extention for Getting Artwork from SoundCloud.

Qu'est-ce que SoundCloud Artwork Getter ?

SoundCloud Artwork Getter est une extension Chrome développée par Haruki, et sa fonction principale est "Chrome Extention for Getting Artwork from SoundCloud.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SoundCloud Artwork Getter

Téléchargez les fichiers d'extension SoundCloud Artwork Getter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SoundCloud Artwork Getter SoundCloud Artwork Getter
ID gmmjiolejimemigfopgfcjlfmgifpocf
URL Officiel https://chromewebstore.google.com/detail/soundcloud-artwork-getter/gmmjiolejimemigfopgfcjlfmgifpocf
Description Chrome Extention for Getting Artwork from SoundCloud.
Taille du Fichier 10.99 KB
Nombre d'Installations 191
Version Actuelle 1.0
Dernière Mise à Jour 2022-12-29
Date de Publication 2022-12-29
Développeur Haruki
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Harxxki/soundcloud-artwork-getter
URL de la Page d'Aide https://twitter.com/MoegiKohsaka
Langues Prises en Charge 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\/*"
    ]
}