Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
Was ist Outside Sound?
Outside Sound ist eine Chrome-Erweiterung, die von thezanke entwickelt wurde, und ihr Hauptmerkmal ist "Applies a filter to currently playing audio and makes it sound like you have left the room.".
Erweiterungsscreenshots
Outside Sound-Erweiterungs-CRX-Datei herunterladen
Laden Sie Outside Sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all
Grundlegende Informationen zur Erweiterung
Name | Outside Sound |
ID | lebiilodohbecpcjkjfekdeckepapieh |
Offizielle URL | https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh |
Beschreibung | Applies a filter to currently playing audio and makes it sound like you have left the room. |
Dateigröße | 9.54 KB |
Installationsanzahl | 94 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2020-10-19 |
Veröffentlichungsdatum | 2020-10-08 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | thezanke |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://alexhoward.io |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outside Sound", "version": "1.0.2", "manifest_version": 2, "description": "Applies a filter to currently playing audio and makes it sound like you have left the room.", "homepage_url": "https:\/\/alexhoward.io", "icons": { "128": "icons\/icon128-outside.png" }, "browser_action": { "default_icon": "icons\/icon128-inside.png", "default_title": "Step outside ->" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject.js" ] } ] } |