Volume Booster With Keyboard Shortcuts

Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts

Volume Booster With Keyboard Shortcuts là gì?

Volume Booster With Keyboard Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi goodmoviesinfo, và tính năng chính của nó là "Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts".

Ả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 With Keyboard Shortcuts

Tải xuống các tệp mở rộng Volume Booster With Keyboard Shortcuts 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 With Keyboard Shortcuts helps boost video or music volume to up to 600%.

After installation, you can click the extension icon and control the volume using the slider, or use the toggle to turn off/on the extension.

Volume level is per tab. You can set different volume levels for different tabs.

You can use "Alt+Up" to increase the volume and "Alt+Down" to decrease the volume. Sometimes you need to click the extension icon for at least once.                    

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

Tên Volume Booster With Keyboard Shortcuts Volume Booster With Keyboard Shortcuts
ID ilkeadgdlbmabcdkgmiogcamcogbjoii
URL Chính Thức https://chromewebstore.google.com/detail/volume-booster-with-keybo/ilkeadgdlbmabcdkgmiogcamcogbjoii
Mô tả Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2024-02-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển goodmoviesinfo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Volume Booster With Keyboard Shortcuts",
    "version": "1.0",
    "action": {
        "default_icon": {
            "19": "icons\/icon-logo.png",
            "38": "icons\/icon-logo.png"
        }
    },
    "description": "Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "volume-up": {
            "suggested_key": {
                "default": "Alt+Up"
            },
            "description": "Increase the volume"
        },
        "volume-down": {
            "suggested_key": {
                "default": "Alt+Down"
            },
            "description": "Decrease the volume"
        }
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/icon-logo.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "system.display"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.css"
            ]
        }
    ]
}