SoundCloud Dark - Purple theme for SoundCloud

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

Was ist SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud ist eine Chrome-Erweiterung, die von Raphaël entwickelt wurde, und ihr Hauptmerkmal ist "Change the SoundCloud web UI to a dark mode with purple accents.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SoundCloud Dark - Purple theme for SoundCloud-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoundCloud Dark - Purple theme for SoundCloud-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
Offizielle URL https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Beschreibung Change the SoundCloud web UI to a dark mode with purple accents.
Dateigröße 4.69 MB
Installationsanzahl 23
Aktuelle Version 1.0
Letztes Update 2023-10-25
Veröffentlichungsdatum 2023-10-25
Entwickler Raphaël
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rxphyy/soundcloud-dark
Hilfeseite URL https://github.com/rxphyy/soundcloud-dark/issues
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}