Audio Equalizer
Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic
Audio Equalizer란 무엇입니까?
Audio Equalizer은(는) crazzydazzyk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic"입니다.
확장 프로그램 스크린샷
Audio Equalizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |