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 } |