DarkCloud - SoundCloud Dark Mode

Changes soundcloud.com to a dark theme.

What is DarkCloud - SoundCloud Dark Mode?

DarkCloud - SoundCloud Dark Mode is a Chrome extension developed by iNet, and its main feature is "Changes soundcloud.com to a dark theme.".

Extension Screenshots

screenshot
screenshot

Download DarkCloud - SoundCloud Dark Mode Extension CRX File

Download DarkCloud - SoundCloud Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Turns Soundcloud.com into night mode, making it easier on the eyes.

As a frequent Soundcloud user, I found the lack of a first-party 'night mode' strange. Thus, I have created one myself. I have tried to test as many pages and features as possible to ensure they work and look as intended, however I may have missed some. If this is the case, leave a ticket on GitHub (the "support website").                    

Extension Basic Information

Name DarkCloud - SoundCloud Dark Mode DarkCloud - SoundCloud Dark Mode
ID mefnnonjkpgbkbedlbgcbhkbgddghodn
Official URL https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn
Description Changes soundcloud.com to a dark theme.
File Size 20.03 KB
Installation Count 7,174
Current Version 1.6.4
Last Updated 2023-11-11
Publish Date 2022-05-17
Rating 4.76/5 Total 21 Ratings
Developer iNet
Email [email protected]
Payment Type free
Extension Website https://github.com/IEVEVO/darkcloud
Help Page URL https://github.com/IEVEVO/darkcloud/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DarkCloud - SoundCloud Dark Mode",
    "version": "1.6.4",
    "description": "Changes soundcloud.com to a dark theme.",
    "icons": {
        "256": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.soundcloud.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.soundcloud.com\/settings\/connections"
            ],
            "css": [
                "dark.css"
            ]
        }
    ]
}