Soundtrap Plus
All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…
Τι είναι το Soundtrap Plus;
Το Soundtrap Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam Goldstein, και η κύρια λειτουργία του είναι "All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Soundtrap Plus
Λήψη αρχείων επέκτασης Soundtrap Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you know that whenever a collaborator leaves, joins, or saves a project, you hear a sound. If you are like me, you find those noises annoying. Especially when there are more than just a few people all working on the same project. And Soundtrap gives you no way to turn it off. Whenever Soundtrap attempts to load the OGG audio files for its notification sounds, this extension blocks those sounds from loading. So once you clear the cache for the Soundtrap site, it can no longer make the notification sounds. This does not break any other Soundtrap functionality. Note: You may (or may not) need to clear the cache for Soundtrap.com after installing the extension. If the extension does not appear to be working, try clearing the cache for Soundtrap.com and then reloading Soundtrap.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ammonggahaokeolgmcliappjmaajefia |
Επίσημο URL | https://chromewebstore.google.com/detail/soundtrap-plus/ammonggahaokeolgmcliappjmaajefia |
Περιγραφή | All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you… |
Μέγεθος Αρχείου | 3.21 KB |
Αριθμός Εγκαταστάσεων | 195 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-03-15 |
Ημερομηνία Δημοσίευσης | 2021-03-14 |
Προγραμματιστής | Adam Goldstein |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Soundtrap Plus", "version": "1.0.0", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "https:\/\/static.soundtrap.com\/studio\/assets\/audio\/notifications\/*.ogg" ], "manifest_version": 2 } |