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

Cos'è Open SoundCloud Coverart?

Open SoundCloud Coverart è un'estensione di Chrome sviluppata da polamjag, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open SoundCloud Coverart

Scarica i file di estensione Open SoundCloud Coverart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Open SoundCloud Coverart Open SoundCloud Coverart
ID ofiobobdcodlnokoiljcaamamndgelcd
URL Ufficiale https://chromewebstore.google.com/detail/open-soundcloud-coverart/ofiobobdcodlnokoiljcaamamndgelcd
Descrizione 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
Dimensione del File 4.42 KB
Conteggio Installazioni 997
Versione Corrente 0.2.0
Ultimo Aggiornamento 2022-11-06
Data di Pubblicazione 2019-02-04
Valutazione 3.46/5 Totale 13 Valutazioni
Sviluppatore polamjag
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/polamjag/chrome-open-soundcloud-artwork
URL della Pagina di Aiuto https://github.com/polamjag/chrome-open-soundcloud-artwork/issues
Lingue Supportate 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"
    }
}