DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
Qu'est-ce que DarkCloud - SoundCloud Dark Mode ?
DarkCloud - SoundCloud Dark Mode est une extension Chrome développée par iNet, et sa fonction principale est "Changes soundcloud.com to a dark theme.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DarkCloud - SoundCloud Dark Mode
Téléchargez les fichiers d'extension DarkCloud - SoundCloud Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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").
Informations de Base sur l'Extension
Nom | DarkCloud - SoundCloud Dark Mode |
ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
URL Officiel | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
Description | Changes soundcloud.com to a dark theme. |
Taille du Fichier | 20.03 KB |
Nombre d'Installations | 7,174 |
Version Actuelle | 1.6.4 |
Dernière Mise à Jour | 2023-11-11 |
Date de Publication | 2022-05-17 |
Évaluation | 4.76/5 Total 21 Évaluations |
Développeur | iNet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/IEVEVO/darkcloud |
URL de la Page d'Aide | https://github.com/IEVEVO/darkcloud/issues |
Langues Prises en Charge | 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" ] } ] } |