Volume Sizzler
Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.
Was ist Volume Sizzler?
Volume Sizzler ist eine Chrome-Erweiterung, die von johnathantam00 entwickelt wurde, und ihr Hauptmerkmal ist "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.".
Erweiterungsscreenshots
Volume Sizzler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Volume Sizzler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Volume Sizzler |
ID | pajeannaoeabfimkbbcecmbionmmoohm |
Offizielle URL | https://chromewebstore.google.com/detail/volume-sizzler/pajeannaoeabfimkbbcecmbionmmoohm |
Beschreibung | Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy. |
Dateigröße | 32.63 KB |
Installationsanzahl | 274 |
Aktuelle Version | 4.1 |
Letztes Update | 2023-09-05 |
Veröffentlichungsdatum | 2022-02-10 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | johnathantam00 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |