DarkCloud - SoundCloud Dark Mode

Changes soundcloud.com to a dark theme.

Apa itu DarkCloud - SoundCloud Dark Mode?

DarkCloud - SoundCloud Dark Mode adalah ekstensi Chrome yang dikembangkan oleh iNet, dan fitur utamanya adalah "Changes soundcloud.com to a dark theme.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DarkCloud - SoundCloud Dark Mode

Unduh file ekstensi DarkCloud - SoundCloud Dark Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DarkCloud - SoundCloud Dark Mode DarkCloud - SoundCloud Dark Mode
ID mefnnonjkpgbkbedlbgcbhkbgddghodn
URL Resmi https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn
Deskripsi Changes soundcloud.com to a dark theme.
Ukuran File 20.03 KB
Jumlah Instalasi 7,174
Versi Saat Ini 1.6.4
Terakhir Diperbarui 2023-11-11
Tanggal Publikasi 2022-05-17
Penilaian 4.76/5 Total 21 Penilaian
Pengembang iNet
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/IEVEVO/darkcloud
URL Halaman Bantuan https://github.com/IEVEVO/darkcloud/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}