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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Volume Sizzler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                ""
            ]
        }
    ]
}