SoundCloud Dark - Purple theme for SoundCloud

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

Co to jest SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud to rozszerzenie Chrome opracowane przez Raphaël, a jego główną funkcją jest „Change the SoundCloud web UI to a dark mode with purple accents.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SoundCloud Dark - Purple theme for SoundCloud

Pobierz pliki rozszerzeń SoundCloud Dark - Purple theme for SoundCloud w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
Oficjalny URL https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Opis Change the SoundCloud web UI to a dark mode with purple accents.
Rozmiar pliku 4.69 MB
Liczba instalacji 23
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-10-25
Data Publikacji 2023-10-25
Deweloper Raphaël
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/rxphyy/soundcloud-dark
Adres URL Strony Pomocy https://github.com/rxphyy/soundcloud-dark/issues
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}