Infinite Volume Booster

Infinite boost any tab's volume separately

Infinite Volume Booster là gì?

Infinite Volume Booster là một tiện ích mở rộng Chrome được phát triển bởi Steve Tueno, và tính năng chính của nó là "Infinite boost any tab's volume separately".

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

screenshot
screenshot
screenshot

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

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

                        This extension enable, virtually, infinite boost of any sound played within a chrome browser tab. 
 Whether a Youtube video, a Webex meet or a Spotify/Deezer audio track, boost sound volume as you want simply by clicking on extension icon and sliding right or left.
You can also reduce a specific tab sound or mute it if you want.

v1.1.1: addition of quick access buttons

v1.2.0-1.2.5: major UI adjustments                    

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

Tên Infinite Volume Booster Infinite Volume Booster
ID nipbnfmgpgcabijookcnoienpfodnmhc
URL Chính Thức https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc
Mô tả Infinite boost any tab's volume separately
Kích Thước Tệp 3.58 MB
Số Lần Cài Đặt 40,999
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-04-08
Ngày Phát Hành 2020-12-28
Đánh Giá 4.10/5 Tổng số 40 Đánh Giá
Nhà Phát Triển Steve Tueno
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infinite Volume Booster",
    "version": "1.2.5",
    "description": "Infinite boost any tab's volume separately",
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "512": "icon.png"
    }
}