vOid skin for Soundcloud
A visual theme based on Spotify. Designed for Soundcloud
What is vOid skin for Soundcloud?
vOid skin for Soundcloud is a Chrome extension developed by https://onehalfkiller.netsons.org, and its main feature is "A visual theme based on Spotify. Designed for Soundcloud".
Extension Screenshots
Download vOid skin for Soundcloud Extension CRX File
Download vOid skin for Soundcloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Finally a nice darkmode ui for your Chrome Desktop Soundcloud. Hope you like it! (more than 1.4k css code strings has been written on this release). Note1 if you encounter some graphics glitch or issues, try to refresh page after log in. Note2 this theme is currently under development, but already works like a charm. Make a try and thanks to supporting me =) What's new 1.3.0 Improved player bottom bar [height, controls, playback slider, volume popup and cover size] Code optimization Customized new elements Minor bug fixes
Extension Basic Information
Name | vOid skin for Soundcloud |
ID | eeeciadlomhimkohcpaefmophgciigeb |
Official URL | https://chromewebstore.google.com/detail/void-skin-for-soundcloud/eeeciadlomhimkohcpaefmophgciigeb |
Description | A visual theme based on Spotify. Designed for Soundcloud |
File Size | 18.47 KB |
Installation Count | 78 |
Current Version | 1.3.0 |
Last Updated | 2022-07-05 |
Publish Date | 2022-06-29 |
Rating | 4.83/5 Total 6 Ratings |
Developer | https://onehalfkiller.netsons.org |
[email protected] | |
Payment Type | free |
Extension Website | https://onehalfkiller.netsons.org/ |
Help Page URL | https://onehalfkiller.netsons.org/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "https:\/\/soundcloud.com\/*" ] } ], "manifest_version": 3, "name": "vOid skin for Soundcloud", "description": "A visual theme based on Spotify. Designed for Soundcloud", "version": "1.3.0" } |