Volume Manager PRO

Volume Booster

Volume Manager PRO là gì?

Volume Manager PRO là một tiện ích mở rộng Chrome được phát triển bởi https://www.w3technic.com, và tính năng chính của nó là "Volume Booster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Volume Manager PRO

Tải xuống các tệp mở rộng Volume Manager PRO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Volume Manager PRO Volume Manager PRO
ID padeedaooopaklfgibnddkgbpbmbmkji
URL Chính Thức https://chromewebstore.google.com/detail/volume-manager-pro/padeedaooopaklfgibnddkgbpbmbmkji
Mô tả Volume Booster
Kích Thước Tệp 985 KB
Số Lần Cài Đặt 3,017
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2021-09-07
Ngày Phát Hành 2021-08-18
Đánh Giá 4.75/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://www.w3technic.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.w3technic.com/
URL Trang Trợ Giúp https://www.w3technic.com/contact
URL Trang Chính Sách Bảo Mật https://www.w3technic.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}