Audio Equalizer and Amplifier

Globally control audio equalization, genres presets, volume and bass boosting of all video and audio elements on all web pages

Audio Equalizer and Amplifierคืออะไร?

Audio Equalizer and Amplifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunu.bounir และคุณลักษณะหลักของมันคือ "Globally control audio equalization, genres presets, volume and bass boosting of all video and audio elements on all web pages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Equalizer and Amplifier

ดาวน์โหลดไฟล์ส่วนขยาย Audio Equalizer and Amplifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A tool for boosting or reducing (attenuating) the levels of different frequencies of media elements in web pages.

The most basic type of equalization is the bass control on the old home audio equipment to control low frequencies and the treble control to adjust high frequencies. Since there are only two controls, the adjustment is for a fairly wide range of frequencies. In this extension, however, you can adjust a wide set of frequency ranges (60, 170, 310, 600, 1K, 3K, 6K, 12K, 14K, 16K) similar to the well-known VLC player.

The extension adds a toolbar button to your browser to control audio equalization simply from its popup window. There are about 12 presets to select from or you can adjust your frequency levels. The extension offers profiling to keep user selections in different profiles.

This extension supports pre-amplification for each profile as well. You have a global volume control to adjust the level of each profile too.

For more info please read the FAQs page. You can submit bug reports on the GitHub page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Audio Equalizer and Amplifier Audio Equalizer and Amplifier
ID fgjoaiofojbppcbaghehnpofkbhhclfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/audio-equalizer-and-ampli/fgjoaiofojbppcbaghehnpofkbhhclfl
คำอธิบาย Globally control audio equalization, genres presets, volume and bass boosting of all video and audio elements on all web pages
ขนาดไฟล์ 77.56 KB
จำนวนการติดตั้ง 14,587
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2022-11-28
วันที่เผยแพร่ 2020-03-23
คะแนน 4.42/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา lunu.bounir
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/audio-equalizer.html
URL หน้าช่วยเหลือ https://add0n.com/audio-equalizer.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/lunu.bounir.txt
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "Audio Equalizer and Amplifier",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/audio-equalizer.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": {
        "_execute_action": [],
        "default_popup": "data\/popup\/index.html"
    }
}