Volume Sizzler

Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.

Volume Sizzlerとは何ですか?

Volume Sizzlerはjohnathantam00によって開発されたChromeの拡張機能で、その主な機能は「Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.」です。

拡張機能のスクリーンショット

screenshot

Volume Sizzler拡張機能のCRXファイルをダウンロード

Volume Sizzler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is a audio based app. It manipulates the audio from any given tab with three key options so far. Amplification of the volume, and manipulation of treble and bass. This app is great for messing around with and a general all purpose tool when it comes to listening to audio.  It can boost audio and also make it more clear, whether it be through the treble or the bass options. 

Thanks!
Have fun.                    

拡張機能の基本情報

名前 Volume Sizzler Volume Sizzler
ID pajeannaoeabfimkbbcecmbionmmoohm
公式URL https://chromewebstore.google.com/detail/volume-sizzler/pajeannaoeabfimkbbcecmbionmmoohm
説明 Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.
ファイルサイズ 32.63 KB
インストール数 274
現在のバージョン 4.1
最終更新日 2023-09-05
公開日 2022-02-10
評価 4.60/5 合計 10 レビュー
開発者 johnathantam00
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Volume Sizzler",
    "version": "4.1",
    "description": "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/app\/background.js"
    },
    "action": {
        "default_icon": ".\/app\/images\/128x128Icon.png",
        "default_title": "Change volume",
        "default_popup": ".\/app\/VolumeSizzler.html"
    },
    "icons": {
        "16": ".\/app\/images\/16x16Icon.png",
        "32": ".\/app\/images\/32x32Icon.png",
        "48": ".\/app\/images\/48x48Icon.png",
        "128": ".\/app\/images\/128x128Icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                ""
            ]
        }
    ]
}