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
公式URL 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
Eメール [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"
            ]
        }
    ]
}