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

Qu'est-ce que Open SoundCloud Coverart ?

Open SoundCloud Coverart est une extension Chrome développée par polamjag, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open SoundCloud Coverart

Téléchargez les fichiers d'extension Open SoundCloud Coverart 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

                        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                    

Informations de Base sur l'Extension

Nom Open SoundCloud Coverart Open SoundCloud Coverart
ID ofiobobdcodlnokoiljcaamamndgelcd
URL Officiel 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
Taille du Fichier 4.42 KB
Nombre d'Installations 997
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-11-06
Date de Publication 2019-02-04
Évaluation 3.46/5 Total 13 Évaluations
Développeur polamjag
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/polamjag/chrome-open-soundcloud-artwork
URL de la Page d'Aide https://github.com/polamjag/chrome-open-soundcloud-artwork/issues
Langues Prises en Charge 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"
    }
}