SoundCloud Dark - Purple theme for SoundCloud

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

Hvad er SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud er en Chrome-udvidelse udviklet af Raphaël, og dens hovedfunktion er "Change the SoundCloud web UI to a dark mode with purple accents.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download SoundCloud Dark - Purple theme for SoundCloud-udvidelses-CRX-fil

Download SoundCloud Dark - Purple theme for SoundCloud-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
Officiel URL https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Beskrivelse Change the SoundCloud web UI to a dark mode with purple accents.
Filstørrelse 4.69 MB
Antal Installationer 23
Nuværende Version 1.0
Senest Opdateret 2023-10-25
Udgivelsesdato 2023-10-25
Udvikler Raphaël
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/rxphyy/soundcloud-dark
Hjælpeside-URL https://github.com/rxphyy/soundcloud-dark/issues
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}