SoundFixer
Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
SoundFixer là gì?
SoundFixer là một tiện ích mở rộng Chrome được phát triển bởi Matt Wheeler, và tính năng chính của nó là "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SoundFixer
Tải xuống các tệp mở rộng SoundFixer 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
A web extension that lets you fix annoying sound problems on the web e.g. YouTube videos. Sound might play only in one channel, be too quiet at maximum volume, or too loud at minimum volume. No more "plug your headphones only halfway into the jack" suggestions! Unfortunately, doesn't work on all websites — specifically, we're not allowed to use the Web Audio API from a cross-domain
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SoundFixer |
ID | mbhbddecpoendcifccfckjkigbinefkg |
URL Chính Thức | https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg |
Mô tả | Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud |
Kích Thước Tệp | 20.12 KB |
Số Lần Cài Đặt | 9,709 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2019-11-16 |
Ngày Phát Hành | 2019-11-15 |
Đánh Giá | 4.63/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | Matt Wheeler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundFixer", "author": "Matt Wheeler", "version": "1.1.0", "description": "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet\/loud", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "permissions": [ "activeTab", "webNavigation" ], "browser_action": { "default_icon": "img\/icon48.png", "default_title": "SoundFixer", "default_popup": "popup.html", "theme_icons": [ { "dark": "img\/icon48.png", "light": "img\/icon-inv48.png", "size": 48 } ], "browser_style": true } } |