Audio Equalizer
Audio limiter, volume control and sound effects
Wat is Audio Equalizer?
Audio Equalizer is een Chrome-extensie ontwikkeld door https://audio-equalizer.dllplayer.com, en de belangrijkste functie is "Audio limiter, volume control and sound effects".
Extensie Screenshots
Download het CRX-bestand van de extensie Audio Equalizer
Download Audio Equalizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adjust the volume of the sound and increase it if your speakers are not enough. This is a simple audio equalizer which allows you to tune the sounds/volume for any Youtube music/video you are watching. Adjust the sound effects and get maximum pleasure from your Youtube music videos.
Basisinformatie over de Extensie
Naam | Audio Equalizer |
ID | akofeegpkdihaikifokhbilkaipgjboe |
Officiële URL | https://chromewebstore.google.com/detail/audio-equalizer/akofeegpkdihaikifokhbilkaipgjboe |
Beschrijving | Audio limiter, volume control and sound effects |
Bestandsgrootte | 1.59 MB |
Aantal Installaties | 4,426 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-08-21 |
Publicatiedatum | 2020-08-29 |
Beoordeling | 4.04/5 Totaal 85 Beoordelingen |
Ontwikkelaar | https://audio-equalizer.dllplayer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://audio-equalizer.dllplayer.com/ |
Ondersteunde Talen | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/bg\/tuna.js", "js\/bg\/jungle.js", "js\/common.js", "js\/bg\/background.js", "js\/update-conf.js", "js\/update.js" ] }, "browser_action": { "default_icon": "style\/off.png", "default_popup": "popup.html", "default_title": "__MSG_mainTitle__" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "style\/on.png", "16": "style\/headphones-16.png", "256": "style\/headphones-256.png", "32": "style\/headphones-32.png", "64": "style\/headphones-64.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabCapture", "tabs", "storage" ], "version": "1.0.1" } |