SoundCloud Dark - Purple theme for SoundCloud

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

Qu'est-ce que SoundCloud Dark - Purple theme for SoundCloud ?

SoundCloud Dark - Purple theme for SoundCloud est une extension Chrome développée par Raphaël, et sa fonction principale est "Change the SoundCloud web UI to a dark mode with purple accents.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SoundCloud Dark - Purple theme for SoundCloud

Téléchargez les fichiers d'extension SoundCloud Dark - Purple theme for SoundCloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
URL Officiel https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Description Change the SoundCloud web UI to a dark mode with purple accents.
Taille du Fichier 4.69 MB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-25
Date de Publication 2023-10-25
Développeur Raphaël
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rxphyy/soundcloud-dark
URL de la Page d'Aide https://github.com/rxphyy/soundcloud-dark/issues
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}