SoundFixer
Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
什麼是SoundFixer?
SoundFixer是由Matt Wheeler開發的Chrome擴展程式,該擴展的主要功能是“Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud”。
擴展截圖
下載SoundFixer擴展crx文件
下載SoundFixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | SoundFixer |
ID | mbhbddecpoendcifccfckjkigbinefkg |
官方網址 | https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg |
簡介 | Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud |
檔案大小 | 20.12 KB |
安裝次數 | 9,709 |
目前版本 | 1.1.0 |
更新時間 | 2019-11-16 |
上架時間 | 2019-11-15 |
評分 | 4.63/5 共 24 次評分 |
開發者 | Matt Wheeler |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } } |