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 |
Eメール | [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 } |