Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
Outside Soundคืออะไร?
Outside Sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thezanke และคุณลักษณะหลักของมันคือ "Applies a filter to currently playing audio and makes it sound like you have left the room."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outside Sound
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } ] } |