Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
Apa itu Outside Sound?
Outside Sound adalah ekstensi Chrome yang dikembangkan oleh thezanke, dan fitur utamanya adalah "Applies a filter to currently playing audio and makes it sound like you have left the room.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outside Sound
Unduh file ekstensi Outside Sound dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all
Informasi Dasar Ekstensi
Nama | Outside Sound |
ID | lebiilodohbecpcjkjfekdeckepapieh |
URL Resmi | https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh |
Deskripsi | Applies a filter to currently playing audio and makes it sound like you have left the room. |
Ukuran File | 9.54 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-10-19 |
Tanggal Publikasi | 2020-10-08 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | thezanke |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://alexhoward.io |
Bahasa yang Didukung | 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" ] } ] } |