Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
Hvad er Outside Sound?
Outside Sound er en Chrome-udvidelse udviklet af thezanke, og dens hovedfunktion er "Applies a filter to currently playing audio and makes it sound like you have left the room.".
Udvidelsesskærmbilleder
Download Outside Sound-udvidelses-CRX-fil
Download Outside Sound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all
Grundlæggende oplysninger om udvidelsen
Navn | Outside Sound |
ID | lebiilodohbecpcjkjfekdeckepapieh |
Officiel URL | https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh |
Beskrivelse | Applies a filter to currently playing audio and makes it sound like you have left the room. |
Filstørrelse | 9.54 KB |
Antal Installationer | 94 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2020-10-19 |
Udgivelsesdato | 2020-10-08 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | thezanke |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://alexhoward.io |
Understøttede Sprog | 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" ] } ] } |