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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SoundFixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } } |