Volume Booster Plus

Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.

Volume Booster Plus là gì?

Volume Booster Plus là một tiện ích mở rộng Chrome được phát triển bởi Volume Booster Plus, và tính năng chính của nó là "Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.".

Ả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 Booster Plus

Tải xuống các tệp mở rộng Volume Booster Plus 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

                        The Sound Booster extension for Chrome will allow you to boost the volume of your system. It comes with the capability to raise volume levels to 1000%.

Features: 
- Easy toggle ON/OFF switch
- Works on all sites
- Raise system sound up to 1000%
- Feedback sharing system

How to use Volume booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the sound booster.
4. Then, click on the extension icon and slide right to boost the Sound level.                    

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

Tên Volume Booster Plus Volume Booster Plus
ID aacolnmininhljojiohdbdhjlnaocaai
URL Chính Thức https://chromewebstore.google.com/detail/volume-booster-plus/aacolnmininhljojiohdbdhjlnaocaai
Mô tả Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.
Kích Thước Tệp 55.46 KB
Số Lần Cài Đặt 1,354
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-06-28
Ngày Phát Hành 2023-06-28
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Volume Booster Plus
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1xcTyl5MSsgV8iKrcf3vTamn4DRaqwDHbDrL9HpuK3iQ
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,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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/rumble.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}