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?

Volume Booster With Keyboard Shortcuts是由goodmoviesinfo開發的Chrome擴展程式,該擴展的主要功能是“Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts”。

擴展截圖

screenshot
screenshot

下載Volume Booster With Keyboard Shortcuts擴展crx文件

下載Volume Booster With Keyboard Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Volume Booster With Keyboard Shortcuts Volume Booster With Keyboard Shortcuts
ID ilkeadgdlbmabcdkgmiogcamcogbjoii
官方網址 https://chromewebstore.google.com/detail/volume-booster-with-keybo/ilkeadgdlbmabcdkgmiogcamcogbjoii
簡介 Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts
檔案大小 112 KB
安裝次數 46
目前版本 1.0
更新時間 2024-02-06
上架時間 2024-02-06
評分 5.00/5 共 1 次評分
開發者 goodmoviesinfo
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}