SoundCloud DeepDark
SoundCloud Dark Theme
Apa itu SoundCloud DeepDark?
SoundCloud DeepDark adalah ekstensi Chrome yang dikembangkan oleh motive, dan fitur utamanya adalah "SoundCloud Dark Theme".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SoundCloud DeepDark
Unduh file ekstensi SoundCloud DeepDark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | SoundCloud DeepDark |
ID | edooflagimepjnndabmcdlahbfpagjcl |
URL Resmi | https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl |
Deskripsi | SoundCloud Dark Theme |
Ukuran File | 14.48 KB |
Jumlah Instalasi | 385 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-11-06 |
Tanggal Publikasi | 2021-11-06 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | motive |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sx-motive/soundcloud-deepdark |
URL Halaman Bantuan | https://github.com/sx-motive/soundcloud-deepdark |
Bahasa yang Didukung | 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" ] } |