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.”。
擴展截圖
下載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 |
ID | pajeannaoeabfimkbbcecmbionmmoohm |
官方網址 | 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": [ " |