SoundCloud Dark - Purple theme for SoundCloud

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

ما هو SoundCloud Dark - Purple theme for SoundCloud؟

SoundCloud Dark - Purple theme for SoundCloud هو إضافة Chrome تم تطويرها بواسطة Raphaël، والميزة الرئيسية لها هي "Change the SoundCloud web UI to a dark mode with purple accents.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SoundCloud Dark - Purple theme for SoundCloud

قم بتنزيل ملفات الامتداد SoundCloud Dark - Purple theme for SoundCloud بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم SoundCloud Dark - Purple theme for SoundCloud SoundCloud Dark - Purple theme for SoundCloud
ID naebniocckkfbbgefonjeahbbhhfafnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj
الوصف Change the SoundCloud web UI to a dark mode with purple accents.
حجم الملف 4.69 MB
عدد التثبيتات 23
النسخة الحالية 1.0
آخر تحديث 2023-10-25
تاريخ النشر 2023-10-25
المطور Raphaël
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rxphyy/soundcloud-dark
عنوان صفحة المساعدة https://github.com/rxphyy/soundcloud-dark/issues
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}