Audio Equalizer
Audio limiter, volume control and sound effects
什麼是Audio Equalizer?
Audio Equalizer是由https://audio-equalizer.dllplayer.com開發的Chrome擴展程式,該擴展的主要功能是“Audio limiter, volume control and sound effects”。
擴展截圖
下載Audio Equalizer擴展crx文件
下載Audio Equalizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Audio Equalizer |
ID | akofeegpkdihaikifokhbilkaipgjboe |
官方網址 | https://chromewebstore.google.com/detail/audio-equalizer/akofeegpkdihaikifokhbilkaipgjboe |
簡介 | Audio limiter, volume control and sound effects |
檔案大小 | 1.59 MB |
安裝次數 | 4,426 |
目前版本 | 1.0.1 |
更新時間 | 2021-08-21 |
上架時間 | 2020-08-29 |
評分 | 4.04/5 共 85 次評分 |
開發者 | https://audio-equalizer.dllplayer.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://audio-equalizer.dllplayer.com/ |
支援的語言 | 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" } |