Volume Sizzler

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

Vad är Volume Sizzler?

Volume Sizzler är en Chrome-tillägg utvecklad av johnathantam00, och dess huvudfunktion är "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.".

Tilläggsskärmbilder

screenshot

Ladda ner Volume Sizzler-förlängningens CRX-fil

Ladda ner Volume Sizzler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Volume Sizzler Volume Sizzler
ID pajeannaoeabfimkbbcecmbionmmoohm
Officiell webbadress https://chromewebstore.google.com/detail/volume-sizzler/pajeannaoeabfimkbbcecmbionmmoohm
Beskrivning Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.
Filstorlek 32.63 KB
Antal Installationer 274
Aktuell Version 4.1
Senast Uppdaterad 2023-09-05
Publiceringsdatum 2022-02-10
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare johnathantam00
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}