SoundCloud Dark - Purple theme for SoundCloud

Change the SoundCloud web UI to a dark mode with purple accents.

Apa itu SoundCloud Dark - Purple theme for SoundCloud?

SoundCloud Dark - Purple theme for SoundCloud adalah ekstensi Chrome yang dikembangkan oleh Raphaël, dan fitur utamanya adalah "Change the SoundCloud web UI to a dark mode with purple accents.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SoundCloud Dark - Purple theme for SoundCloud

Unduh file ekstensi SoundCloud Dark - Purple theme for SoundCloud 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

                        Extension that offers a dark theme with purple accents for the web version of SoundCloud.                    

Informasi Dasar Ekstensi

Nama SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
URL Resmi https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
Deskripsi Change the SoundCloud web UI to a dark mode with purple accents.
Ukuran File 4.69 MB
Jumlah Instalasi 23
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-10-25
Tanggal Publikasi 2023-10-25
Pengembang Raphaël
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rxphyy/soundcloud-dark
URL Halaman Bantuan https://github.com/rxphyy/soundcloud-dark/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoundCloud Dark - Purple theme for SoundCloud",
    "version": "1.0",
    "description": "Change the SoundCloud web UI to a dark mode with purple accents.",
    "icons": {
        "48": "images\/48.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/play.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/low-volume.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/no-audio.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/volume.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}