DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
O que é DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode é uma extensão do Chrome desenvolvida por iNet, e sua principal característica é "Changes soundcloud.com to a dark theme.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DarkCloud - SoundCloud Dark Mode
Baixe arquivos de extensão DarkCloud - SoundCloud Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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").
Informações Básicas da Extensão
Nome | DarkCloud - SoundCloud Dark Mode |
ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
URL Oficial | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
Descrição | Changes soundcloud.com to a dark theme. |
Tamanho do Arquivo | 20.03 KB |
Contagem de Instalações | 7,174 |
Versão Atual | 1.6.4 |
Última Atualização | 2023-11-11 |
Data de Publicação | 2022-05-17 |
Classificação | 4.76/5 Total de 21 Avaliações |
Desenvolvedor | iNet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/IEVEVO/darkcloud |
URL da Página de Ajuda | https://github.com/IEVEVO/darkcloud/issues |
Idiomas Suportados | 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" ] } ] } |