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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}