Volume Sizzler
Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.
Volume Sizzler란 무엇입니까?
Volume Sizzler은(는) johnathantam00에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy."입니다.
확장 프로그램 스크린샷
Volume Sizzler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is a audio based app. It manipulates the audio from any given tab with three key options so far. Amplification of the volume, and manipulation of treble and bass. This app is great for messing around with and a general all purpose tool when it comes to listening to audio. It can boost audio and also make it more clear, whether it be through the treble or the bass options. Thanks! Have fun.
확장 프로그램 기본 정보
이름 | Volume Sizzler |
ID | pajeannaoeabfimkbbcecmbionmmoohm |
공식 URL | https://chromewebstore.google.com/detail/volume-sizzler/pajeannaoeabfimkbbcecmbionmmoohm |
설명 | Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy. |
파일 크기 | 32.63 KB |
설치 횟수 | 274 |
현재 버전 | 4.1 |
최근 업데이트 | 2023-09-05 |
출시 날짜 | 2022-02-10 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | johnathantam00 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Volume Sizzler", "version": "4.1", "description": "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": ".\/app\/background.js" }, "action": { "default_icon": ".\/app\/images\/128x128Icon.png", "default_title": "Change volume", "default_popup": ".\/app\/VolumeSizzler.html" }, "icons": { "16": ".\/app\/images\/16x16Icon.png", "32": ".\/app\/images\/32x32Icon.png", "48": ".\/app\/images\/48x48Icon.png", "128": ".\/app\/images\/128x128Icon.png" }, "web_accessible_resources": [ { "matches": [ " |