SoundCloud Dark - Purple theme for SoundCloud

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

What is SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud is a Chrome extension developed by Raphaël, and its main feature is "Change the SoundCloud web UI to a dark mode with purple accents.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SoundCloud Dark - Purple theme for SoundCloud Extension CRX File

Download SoundCloud Dark - Purple theme for SoundCloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
Official URL https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Description Change the SoundCloud web UI to a dark mode with purple accents.
File Size 4.69 MB
Installation Count 23
Current Version 1.0
Last Updated 2023-10-25
Publish Date 2023-10-25
Developer Raphaël
Email [email protected]
Payment Type free
Extension Website https://github.com/rxphyy/soundcloud-dark
Help Page URL https://github.com/rxphyy/soundcloud-dark/issues
Supported Languages 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": [
                ""
            ]
        }
    ]
}