SoundCloud DeepDark
SoundCloud Dark Theme
Qu'est-ce que SoundCloud DeepDark ?
SoundCloud DeepDark est une extension Chrome développée par motive, et sa fonction principale est "SoundCloud Dark Theme".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SoundCloud DeepDark
Téléchargez les fichiers d'extension SoundCloud DeepDark 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
Google Chrome extension for SOUNDCLOUD The extension adds a dark theme to the soundcloud, not provided by the developers of the project. Save eyes at night and allows the site to look aesthetically pleasing. The product is open source, you can find the code at https://github.com/sx-motive/soundcloud-deepdark Report an error or ask a question to the author Software / frontend developer - Denis Kunitsyn - https://t.me/sxmotive
Informations de Base sur l'Extension
Nom | SoundCloud DeepDark |
ID | edooflagimepjnndabmcdlahbfpagjcl |
URL Officiel | https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl |
Description | SoundCloud Dark Theme |
Taille du Fichier | 14.48 KB |
Nombre d'Installations | 385 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-11-06 |
Date de Publication | 2021-11-06 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | motive |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sx-motive/soundcloud-deepdark |
URL de la Page d'Aide | https://github.com/sx-motive/soundcloud-deepdark |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundCloud DeepDark", "description": "SoundCloud Dark Theme", "version": "1.0.1", "permissions": [], "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "background.js" ], "run_at": "document_start" } ], "browser_action": { "default_title": "SoundCloud DeepDark", "default_icon": "logo.png" }, "manifest_version": 2, "web_accessible_resources": [ "dark.css" ] } |