toMono
Gets video element, makes audio context mono.
What is toMono?
toMono is a Chrome extension developed by Mihai Pop, and its main feature is "Gets video element, makes audio context mono.".
Extension Screenshots
Download toMono Extension CRX File
Download toMono extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | toMono |
ID | iobkibolbjfdndjpmfbkkekeohkldgcj |
Official URL | https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj |
Description | Gets video element, makes audio context mono. |
File Size | 24.21 KB |
Installation Count | 1,142 |
Current Version | 0.2.2 |
Last Updated | 2020-09-23 |
Publish Date | 2019-11-05 |
Rating | 4.65/5 Total 20 Ratings |
Developer | Mihai Pop |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mihaimpop/toMono |
Help Page URL | https://github.com/mihaimpop/toMono |
Supported Languages | 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 } |