toMono

Gets video element, makes audio context mono.

toMono là gì?

toMono là một tiện ích mở rộng Chrome được phát triển bởi Mihai Pop, và tính năng chính của nó là "Gets video element, makes audio context mono.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng toMono

Tải xuống các tệp mở rộng toMono dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên toMono toMono
ID iobkibolbjfdndjpmfbkkekeohkldgcj
URL Chính Thức https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj
Mô tả Gets video element, makes audio context mono.
Kích Thước Tệp 24.21 KB
Số Lần Cài Đặt 1,142
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2020-09-23
Ngày Phát Hành 2019-11-05
Đánh Giá 4.65/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Mihai Pop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mihaimpop/toMono
URL Trang Trợ Giúp https://github.com/mihaimpop/toMono
Ngôn Ngữ Được Hỗ Trợ 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
}