DarkCloud - SoundCloud Dark Mode

Changes soundcloud.com to a dark theme.

ما هو DarkCloud - SoundCloud Dark Mode؟

DarkCloud - SoundCloud Dark Mode هو إضافة Chrome تم تطويرها بواسطة iNet، والميزة الرئيسية لها هي "Changes soundcloud.com to a dark theme.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة DarkCloud - SoundCloud Dark Mode

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

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

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

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

الاسم DarkCloud - SoundCloud Dark Mode DarkCloud - SoundCloud Dark Mode
ID mefnnonjkpgbkbedlbgcbhkbgddghodn
عنوان URL الرسمي https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn
الوصف Changes soundcloud.com to a dark theme.
حجم الملف 20.03 KB
عدد التثبيتات 7,174
النسخة الحالية 1.6.4
آخر تحديث 2023-11-11
تاريخ النشر 2022-05-17
تقييم 4.76/5 مجموع تقييمات 21
المطور iNet
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/IEVEVO/darkcloud
عنوان صفحة المساعدة https://github.com/IEVEVO/darkcloud/issues
اللغات المدعومة 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"
            ]
        }
    ]
}