Audio Equalizer
Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic
Audio Equalizer क्या है?
Audio Equalizer crazzydazzyk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Audio Equalizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Audio equalizers are a great way to customize the sound of your audio files. With an the extension, you can adjust the frequency of your files to make them sound better. If you're looking for an easy way to customize the sound, then an Equaliser for Chrome is the perfect solution. A sound equaliser and volume booster is a device application that allows users to improve the sound levels of their audio devices. It is used to enhance the quality of recordings, music, and other sources.
एक्सटेंशन की मूल जानकारी
नाम | Audio Equalizer |
ID | gaehmonpidpljhpcjkipclmbgilhaafb |
आधिकारिक URL | https://chromewebstore.google.com/detail/audio-equalizer/gaehmonpidpljhpcjkipclmbgilhaafb |
विवरण | Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic |
फ़ाइल का आकार | 159 KB |
स्थापना संख्या | 126 |
वर्तमान संस्करण | 4.1.0 |
अंतिम अपडेट | 2023-10-08 |
प्रकाशन तिथि | 2023-10-07 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | crazzydazzyk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,en-GB,en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "\/icons\/off.png", "default_title": "__MSG_title__" }, "content_security_policy": { "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "\/icons\/128.png", "256": "\/icons\/256.png", "64": "\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_name__", "options_ui": { "page": "options.html" }, "permissions": [ "*:\/\/*\/*", "tabCapture", "storage" ], "short_name": "Equalizer", "version": "4.1.0", "version_name": "4.1.0" } |