toMono
Gets video element, makes audio context mono.
什么是toMono?
toMono是由Mihai Pop开发的Chrome扩展程序,该扩展的主要功能是“Gets video element, makes audio context mono.”。
扩展截图
下载toMono扩展crx文件
下载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 } |