SoundCloud Dark - Purple theme for SoundCloud

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

Vad är SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud är en Chrome-tillägg utvecklad av Raphaël, och dess huvudfunktion är "Change the SoundCloud web UI to a dark mode with purple accents.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SoundCloud Dark - Purple theme for SoundCloud-förlängningens CRX-fil

Ladda ner SoundCloud Dark - Purple theme for SoundCloud-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
Officiell webbadress https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Beskrivning Change the SoundCloud web UI to a dark mode with purple accents.
Filstorlek 4.69 MB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2023-10-25
Publiceringsdatum 2023-10-25
Utvecklare Raphaël
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/rxphyy/soundcloud-dark
Hjälpsida URL https://github.com/rxphyy/soundcloud-dark/issues
Stödda Språk 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": [
                ""
            ]
        }
    ]
}