SoundCloud Dark - Purple theme for SoundCloud
Change the SoundCloud web UI to a dark mode with purple accents.
Τι είναι το SoundCloud Dark - Purple theme for SoundCloud;
Το SoundCloud Dark - Purple theme for SoundCloud είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raphaël, και η κύρια λειτουργία του είναι "Change the SoundCloud web UI to a dark mode with purple accents.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SoundCloud Dark - Purple theme for SoundCloud
Λήψη αρχείων επέκτασης SoundCloud Dark - Purple theme for SoundCloud σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extension that offers a dark theme with purple accents for the web version of SoundCloud.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SoundCloud Dark - Purple theme for SoundCloud |
ID | naebniocckkfbbgefonjeahbbhhfafnj |
Επίσημο URL | https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj |
Περιγραφή | Change the SoundCloud web UI to a dark mode with purple accents. |
Μέγεθος Αρχείου | 4.69 MB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-10-25 |
Ημερομηνία Δημοσίευσης | 2023-10-25 |
Προγραμματιστής | Raphaël |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/rxphyy/soundcloud-dark |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rxphyy/soundcloud-dark/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SoundCloud Dark - Purple theme for SoundCloud", "version": "1.0", "description": "Change the SoundCloud web UI to a dark mode with purple accents.", "icons": { "48": "images\/48.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/play.png" ], "matches": [ " |