Youtube Audio Fixer
Fix audio on the basis that one side(channel) is playing and the other is not, or one is louder!
Youtube Audio Fixer क्या है?
Youtube Audio Fixer purifier.phoenix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix audio on the basis that one side(channel) is playing and the other is not, or one is louder!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Audio Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This was created with the sole intention of fixing audio being one-sided or unbalanced, which if wearing headphones creates an annoyance, which this simple extension should remedy. For Testing See https://www.youtube.com/watch?v=6TWJaFD6R2s
एक्सटेंशन की मूल जानकारी
नाम | Youtube Audio Fixer |
ID | kffimnekdgebaakicpmjkpafgkfejdmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-audio-fixer/kffimnekdgebaakicpmjkpafgkfejdmi |
विवरण | Fix audio on the basis that one side(channel) is playing and the other is not, or one is louder! |
फ़ाइल का आकार | 112 KB |
स्थापना संख्या | 1,170 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-10-10 |
प्रकाशन तिथि | 2019-10-10 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | purifier.phoenix |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Audio Fixer", "description": "Fix audio on the basis that one side(channel) is playing and the other is not, or one is louder!", "version": "1.0", "manifest_version": 2, "icons": { "16": "yt16x16.png", "32": "yt32x32.png", "64": "yt64x64.png", "128": "yt128x128.png", "256": "yt256x256.png", "512": "yt512x512.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "StereoFixer.js" ], "css": [ "StereoFixer.css" ], "run_at": "document_end", "all_frames": true } ] } |