Volume Booster

Boost Volume up to 600%

Volume Booster란 무엇입니까?

Volume Booster은(는) http://volumebooster.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost Volume up to 600%"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Volume Booster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Volume Booster is a Free tool that enables you to boost the volume of audio or videos. You can increase the volume up to 600%.   
 
Overview:-
 
Volume Booster is an easy-to-use extension that you can download for free and enjoy listening to your favorite shows, music, and videos in increased volume as much as you want! 
 
Features:-

- You can boost the volume up to 600%
- Volume Booster allows you to control the volume of any tab. 
- You can switch to any tab while playing audio or video with a single click. 
- Control volume from 0% to 600%. 
 
How to Use: - 
 
Volume Booster has been developed to enhance your music listening or video streaming experience by enabling you to increase the volume up to 600%. 
 
After installing, you can pin the extension to your toolbar and use it to increase or decrease the volume with a single click. 
 
The extension is compatible with all the Windows and Mac devices.                    

확장 프로그램 기본 정보

이름 Volume Booster Volume Booster
ID kohplkgeehhgbhhlhlmicligjbhnofha
공식 URL https://chrome.google.com/webstore/detail/volume-booster/kohplkgeehhgbhhlhlmicligjbhnofha
설명 Boost Volume up to 600%
파일 크기 37.93 KB
설치 횟수 195
현재 버전 0.3
최근 업데이트 2021-10-25
출시 날짜 2021-10-11
평점 4.08/5 총 26 개의 평점
개발자 http://volumebooster.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.volumebooster.net
도움말 페이지 URL https://www.volumebooster.net/support/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "Boost Volume up to 600%",
    "version": "0.3",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Volume Booster"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/backgroundScript.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScipt.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage"
    ]
}