Volume Manager PRO

Volume Booster

Volume Manager PRO란 무엇입니까?

Volume Manager PRO은(는) https://www.w3technic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Volume Booster"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Volume Booster

🚀 Features
  ⭐️ Up to 800 % volume boost
  ⭐️ Control volume of any tab using the extension
  ⭐️ Control volume of any tab using shortcuts Alt + ↓↑
  ⭐️ Fine-grained control:  0 % - 800 %


Help us improve Volume Manager PRO. If you have any trouble or suggestions email us at [email protected]

Privacy policy:
https://www.w3technic.com/privacy-policy/                    

확장 프로그램 기본 정보

이름 Volume Manager PRO Volume Manager PRO
ID padeedaooopaklfgibnddkgbpbmbmkji
공식 URL https://chromewebstore.google.com/detail/volume-manager-pro/padeedaooopaklfgibnddkgbpbmbmkji
설명 Volume Booster
파일 크기 985 KB
설치 횟수 3,017
현재 버전 1.3.0
최근 업데이트 2021-09-07
출시 날짜 2021-08-18
평점 4.75/5 총 44 개의 평점
개발자 https://www.w3technic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.w3technic.com/
도움말 페이지 URL https://www.w3technic.com/contact
개인정보 보호 정책 페이지 URL https://www.w3technic.com/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background\/core.js",
            "background\/main.js",
            "background\/listeners.js",
            "background\/visualizer.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "commands": {
        "toggle-down-1": {
            "description": "Volume down",
            "suggested_key": {
                "default": "Alt+Down"
            }
        },
        "toggle-up-1": {
            "description": "Volume up",
            "suggested_key": {
                "default": "Alt+Up"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "custom\/css\/style.css"
            ],
            "js": [
                "custom\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Volume Manager PRO",
    "offline_enabled": true,
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0"
}