DarkCloud - SoundCloud Dark Mode

Changes soundcloud.com to a dark theme.

Vad är DarkCloud - SoundCloud Dark Mode?

DarkCloud - SoundCloud Dark Mode är en Chrome-tillägg utvecklad av iNet, och dess huvudfunktion är "Changes soundcloud.com to a dark theme.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner DarkCloud - SoundCloud Dark Mode-förlängningens CRX-fil

Ladda ner DarkCloud - SoundCloud Dark Mode-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

                        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").                    

Grundläggande Information om Tillägg

Namn DarkCloud - SoundCloud Dark Mode DarkCloud - SoundCloud Dark Mode
ID mefnnonjkpgbkbedlbgcbhkbgddghodn
Officiell webbadress https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn
Beskrivning Changes soundcloud.com to a dark theme.
Filstorlek 20.03 KB
Antal Installationer 7,174
Aktuell Version 1.6.4
Senast Uppdaterad 2023-11-11
Publiceringsdatum 2022-05-17
Betyg 4.76/5 Totalt 21 Betyg
Utvecklare iNet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/IEVEVO/darkcloud
Hjälpsida URL https://github.com/IEVEVO/darkcloud/issues
Stödda Språk 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"
            ]
        }
    ]
}