SoundCloud Dark - Purple theme for SoundCloud

Change the SoundCloud web UI to a dark mode with purple accents.

O que é SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud é uma extensão do Chrome desenvolvida por Raphaël, e sua principal característica é "Change the SoundCloud web UI to a dark mode with purple accents.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SoundCloud Dark - Purple theme for SoundCloud

Baixe arquivos de extensão SoundCloud Dark - Purple theme for SoundCloud 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

                        Extension that offers a dark theme with purple accents for the web version of SoundCloud.                    

Informações Básicas da Extensão

Nome SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
URL Oficial https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Descrição Change the SoundCloud web UI to a dark mode with purple accents.
Tamanho do Arquivo 4.69 MB
Contagem de Instalações 23
Versão Atual 1.0
Última Atualização 2023-10-25
Data de Publicação 2023-10-25
Desenvolvedor Raphaël
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rxphyy/soundcloud-dark
URL da Página de Ajuda https://github.com/rxphyy/soundcloud-dark/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoundCloud Dark - Purple theme for SoundCloud",
    "version": "1.0",
    "description": "Change the SoundCloud web UI to a dark mode with purple accents.",
    "icons": {
        "48": "images\/48.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/play.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/low-volume.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/no-audio.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/volume.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}