Soundtrap Plus
All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…
Cos'è Soundtrap Plus?
Soundtrap Plus è un'estensione di Chrome sviluppata da Adam Goldstein, e la sua funzione principale è "All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Soundtrap Plus
Scarica i file di estensione Soundtrap Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ammonggahaokeolgmcliappjmaajefia |
URL Ufficiale | https://chromewebstore.google.com/detail/soundtrap-plus/ammonggahaokeolgmcliappjmaajefia |
Descrizione | All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you… |
Dimensione del File | 3.21 KB |
Conteggio Installazioni | 195 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-03-15 |
Data di Pubblicazione | 2021-03-14 |
Sviluppatore | Adam Goldstein |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |