Volume Booster - Sound Booster

Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!

Volume Booster - Sound Booster란 무엇입니까?

Volume Booster - Sound Booster은(는) simontaylor5660에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Volume Booster - increasing the volume will make the sound and overall volume stronger by 500% depending on your device!
Volume sound “Volume Booster” will help you increase the volume of video, audio, all sounds. Makes all the sounds of your computer much louder.                    

확장 프로그램 기본 정보

이름 Volume Booster - Sound Booster Volume Booster - Sound Booster
ID ldnfphblcgdecphleeakjkmdppodaoon
공식 URL https://chrome.google.com/webstore/detail/volume-booster-sound-boos/ldnfphblcgdecphleeakjkmdppodaoon
설명 Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!
파일 크기 41.17 KB
설치 횟수 504
현재 버전 1.1
최근 업데이트 2021-03-02
출시 날짜 2021-01-30
평점 4.00/5 총 2 개의 평점
개발자 simontaylor5660
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vTjJtm_857chggM6AAeWzx5ul3s8zJlPH-6uykMnQYgQ0w9UH0zx4gOtaT2-3Ap3dpw500oZMhAmfPN/pub
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/icon-128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_name__"
    }
}