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 |
官方網址 | 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 } |