Volume Sizzler

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

What is Volume Sizzler?

Volume Sizzler is a Chrome extension developed by johnathantam00, and its main feature is "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.".

Extension Screenshots

screenshot

Download Volume Sizzler Extension CRX File

Download Volume Sizzler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Volume Sizzler Volume Sizzler
ID pajeannaoeabfimkbbcecmbionmmoohm
Official URL https://chromewebstore.google.com/detail/volume-sizzler/pajeannaoeabfimkbbcecmbionmmoohm
Description Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.
File Size 32.63 KB
Installation Count 274
Current Version 4.1
Last Updated 2023-09-05
Publish Date 2022-02-10
Rating 4.60/5 Total 10 Ratings
Developer johnathantam00
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}