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是由Adam Goldstein開發的Chrome擴展程式,該擴展的主要功能是“All this extension does is block Soundtrap's annoying notification sounds. If you have ever used Soundtrap (Soundtrap.com), you…”。

擴展截圖

screenshot

下載Soundtrap Plus擴展crx文件

下載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.                    

擴展基本資訊

名稱 Soundtrap Plus Soundtrap Plus
ID ammonggahaokeolgmcliappjmaajefia
官方網址 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
}