toMono
Gets video element, makes audio context mono.
toMonoคืออะไร?
toMono เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mihai Pop และคุณลักษณะหลักของมันคือ "Gets video element, makes audio context mono."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย toMono
ดาวน์โหลดไฟล์ส่วนขยาย toMono ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updates 0.2.2 - Added different icons for when extension is toggled If you think this is useful, you can buy me a coffee here: https://www.buymeacoffee.com/nJ5VOUy When viewing a YouTube video you may have audio on just one channel(mono). This extension can fake stereo by doubling the mono channel. Basic flow When you first click the extension button, mono(fake stereo) is toggled. On second click, your maximum number of channels per device destination is restored to its initial value. Github: https://github.com/mihaimpop/toMono
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | toMono |
ID | iobkibolbjfdndjpmfbkkekeohkldgcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj |
คำอธิบาย | Gets video element, makes audio context mono. |
ขนาดไฟล์ | 24.21 KB |
จำนวนการติดตั้ง | 1,142 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2020-09-23 |
วันที่เผยแพร่ | 2019-11-05 |
คะแนน | 4.65/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Mihai Pop |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mihaimpop/toMono |
URL หน้าช่วยเหลือ | https://github.com/mihaimpop/toMono |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "Icon-128-disabled.png" }, "description": "Gets video element, makes audio context mono.", "icons": { "128": "Icon-128-enabled.png", "48": "Icon-48-enabled.png", "32": "Icon-32-enabled.png", "12": "Icon-16-enabled.png" }, "name": "toMono", "permissions": [ "activeTab", "webNavigation" ], "version": "0.2.2", "manifest_version": 2 } |