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

O que é Open SoundCloud Coverart?

Open SoundCloud Coverart é uma extensão do Chrome desenvolvida por polamjag, e sua principal característica é "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".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open SoundCloud Coverart

Baixe arquivos de extensão Open SoundCloud Coverart no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Open SoundCloud Coverart Open SoundCloud Coverart
ID ofiobobdcodlnokoiljcaamamndgelcd
URL Oficial https://chromewebstore.google.com/detail/open-soundcloud-coverart/ofiobobdcodlnokoiljcaamamndgelcd
Descrição 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
Tamanho do Arquivo 4.42 KB
Contagem de Instalações 997
Versão Atual 0.2.0
Última Atualização 2022-11-06
Data de Publicação 2019-02-04
Classificação 3.46/5 Total de 13 Avaliações
Desenvolvedor polamjag
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/polamjag/chrome-open-soundcloud-artwork
URL da Página de Ajuda https://github.com/polamjag/chrome-open-soundcloud-artwork/issues
Idiomas Suportados 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"
    }
}