Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
Cos'è Outside Sound?
Outside Sound è un'estensione di Chrome sviluppata da thezanke, e la sua funzione principale è "Applies a filter to currently playing audio and makes it sound like you have left the room.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Outside Sound
Scarica i file di estensione Outside Sound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all
Informazioni di Base sull'Estensione
Nome | Outside Sound |
ID | lebiilodohbecpcjkjfekdeckepapieh |
URL Ufficiale | https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh |
Descrizione | Applies a filter to currently playing audio and makes it sound like you have left the room. |
Dimensione del File | 9.54 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-10-19 |
Data di Pubblicazione | 2020-10-08 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | thezanke |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://alexhoward.io |
Lingue Supportate | 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" ] } ] } |