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 с друзьями, чтобы легко установить расширения 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
Официальный 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
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": [
                ""
            ]
        }
    ]
}