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是由Raphaël開發的Chrome擴展程式,該擴展的主要功能是“Change the SoundCloud web UI to a dark mode with purple accents.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SoundCloud Dark - Purple theme for SoundCloud擴展crx文件

下載SoundCloud Dark - Purple theme for SoundCloud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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": [
                ""
            ]
        }
    ]
}