Soundcloud Darker

Make Soundcloud look great again!

What is Soundcloud Darker?

Soundcloud Darker is a Chrome extension developed by tim.wahrendorff, and its main feature is "Make Soundcloud look great again!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Soundcloud Darker Extension CRX File

Download Soundcloud Darker 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

                        Dark Soundcloud Theme. The best one, actually...

Comes with a Full Width Mode, Low-resolution improvements, customizable Highlight Color and Ad removal.                    

Extension Basic Information

Name Soundcloud Darker Soundcloud Darker
ID hpeignghgkecbjepjeiglkkobolhebob
Official URL https://chromewebstore.google.com/detail/soundcloud-darker/hpeignghgkecbjepjeiglkkobolhebob
Description Make Soundcloud look great again!
File Size 44.47 KB
Installation Count 625
Current Version 4.16
Last Updated 2023-12-03
Publish Date 2021-06-04
Rating 5.00/5 Total 16 Ratings
Developer tim.wahrendorff
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soundcloud Darker",
    "description": "Make Soundcloud look great again!",
    "version": "4.16",
    "homepage_url": "https:\/\/scripts.9tw.de\/firefox-addons\/soundclouddarker",
    "permissions": [],
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.soundcloud.com\/*"
            ],
            "js": [
                "scdarker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Soundcloud Darker",
        "default_icon": "icons\/moon-grey-24.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": []
}