Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
什麼是Outside Sound?
Outside Sound是由thezanke開發的Chrome擴展程式,該擴展的主要功能是“Applies a filter to currently playing audio and makes it sound like you have left the room.”。
擴展截圖
下載Outside Sound擴展crx文件
下載Outside Sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all
擴展基本資訊
名稱 | Outside Sound |
ID | lebiilodohbecpcjkjfekdeckepapieh |
官方網址 | https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh |
簡介 | Applies a filter to currently playing audio and makes it sound like you have left the room. |
檔案大小 | 9.54 KB |
安裝次數 | 94 |
目前版本 | 1.0.2 |
更新時間 | 2020-10-19 |
上架時間 | 2020-10-08 |
評分 | 5.00/5 共 9 次評分 |
開發者 | thezanke |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://alexhoward.io |
支援的語言 | 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" ] } ] } |