DarkCloud - SoundCloud Dark Mode

Changes soundcloud.com to a dark theme.

什麼是DarkCloud - SoundCloud Dark Mode?

DarkCloud - SoundCloud Dark Mode是由iNet開發的Chrome擴展程式,該擴展的主要功能是“Changes soundcloud.com to a dark theme.”。

擴展截圖

screenshot
screenshot

下載DarkCloud - SoundCloud Dark Mode擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}