SoundCloud DeepDark
SoundCloud Dark Theme
Wat is SoundCloud DeepDark?
SoundCloud DeepDark is een Chrome-extensie ontwikkeld door motive, en de belangrijkste functie is "SoundCloud Dark Theme".
Extensie Screenshots
Download het CRX-bestand van de extensie SoundCloud DeepDark
Download SoundCloud DeepDark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | SoundCloud DeepDark |
ID | edooflagimepjnndabmcdlahbfpagjcl |
Officiële URL | https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl |
Beschrijving | SoundCloud Dark Theme |
Bestandsgrootte | 14.48 KB |
Aantal Installaties | 385 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-11-06 |
Publicatiedatum | 2021-11-06 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | motive |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sx-motive/soundcloud-deepdark |
Help Pagina-URL | https://github.com/sx-motive/soundcloud-deepdark |
Ondersteunde Talen | 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" ] } |