Soundtrap Plus
All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…
Wat is Soundtrap Plus?
Soundtrap Plus is een Chrome-extensie ontwikkeld door Adam Goldstein, en de belangrijkste functie is "All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…".
Extensie Screenshots
Download het CRX-bestand van de extensie Soundtrap Plus
Download Soundtrap Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ammonggahaokeolgmcliappjmaajefia |
Officiële URL | https://chromewebstore.google.com/detail/soundtrap-plus/ammonggahaokeolgmcliappjmaajefia |
Beschrijving | All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you… |
Bestandsgrootte | 3.21 KB |
Aantal Installaties | 195 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-03-15 |
Publicatiedatum | 2021-03-14 |
Ontwikkelaar | Adam Goldstein |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |