toMono
Gets video element, makes audio context mono.
Apa itu toMono?
toMono adalah ekstensi Chrome yang dikembangkan oleh Mihai Pop, dan fitur utamanya adalah "Gets video element, makes audio context mono.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi toMono
Unduh file ekstensi toMono 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
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
Informasi Dasar Ekstensi
Nama | toMono |
ID | iobkibolbjfdndjpmfbkkekeohkldgcj |
URL Resmi | https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj |
Deskripsi | Gets video element, makes audio context mono. |
Ukuran File | 24.21 KB |
Jumlah Instalasi | 1,142 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2020-09-23 |
Tanggal Publikasi | 2019-11-05 |
Penilaian | 4.65/5 Total 20 Penilaian |
Pengembang | Mihai Pop |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mihaimpop/toMono |
URL Halaman Bantuan | https://github.com/mihaimpop/toMono |
Bahasa yang Didukung | 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 } |