SoundCloud DeepDark

SoundCloud Dark Theme

What is SoundCloud DeepDark?

SoundCloud DeepDark is a Chrome extension developed by motive, and its main feature is "SoundCloud Dark Theme".

Extension Screenshots

screenshot
screenshot

Download SoundCloud DeepDark Extension CRX File

Download SoundCloud DeepDark 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

                        Google Chrome extension for SOUNDCLOUD

The extension adds a dark theme to the soundcloud, not provided by the developers of the project. Save eyes at night and allows the site to look aesthetically pleasing.

The product is open source, you can find the code at https://github.com/sx-motive/soundcloud-deepdark

Report an error or ask a question to the author
Software / frontend developer - Denis Kunitsyn - https://t.me/sxmotive                    

Extension Basic Information

Name SoundCloud DeepDark SoundCloud DeepDark
ID edooflagimepjnndabmcdlahbfpagjcl
Official URL https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl
Description SoundCloud Dark Theme
File Size 14.48 KB
Installation Count 385
Current Version 1.0.1
Last Updated 2021-11-06
Publish Date 2021-11-06
Rating 3.75/5 Total 4 Ratings
Developer motive
Email [email protected]
Payment Type free
Extension Website https://github.com/sx-motive/soundcloud-deepdark
Help Page URL https://github.com/sx-motive/soundcloud-deepdark
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundCloud DeepDark",
    "description": "SoundCloud Dark Theme",
    "version": "1.0.1",
    "permissions": [],
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "SoundCloud DeepDark",
        "default_icon": "logo.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "dark.css"
    ]
}