Infinite Volume Booster
Infinite boost any tab's volume separately
什么是Infinite Volume Booster?
Infinite Volume Booster是由Steve Tueno开发的Chrome扩展程序,该扩展的主要功能是“Infinite boost any tab's volume separately”。
扩展截图
下载Infinite Volume Booster扩展crx文件
下载Infinite Volume Booster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enable, virtually, infinite boost of any sound played within a chrome browser tab. Whether a Youtube video, a Webex meet or a Spotify/Deezer audio track, boost sound volume as you want simply by clicking on extension icon and sliding right or left. You can also reduce a specific tab sound or mute it if you want. v1.1.1: addition of quick access buttons v1.2.0-1.2.5: major UI adjustments
扩展基本信息
名称 | Infinite Volume Booster |
ID | nipbnfmgpgcabijookcnoienpfodnmhc |
官方URL | https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc |
简介 | Infinite boost any tab's volume separately |
文件大小 | 3.58 MB |
安装次数 | 40,999 |
当前版本 | 1.2.5 |
更新时间 | 2023-04-08 |
上架时间 | 2020-12-28 |
评分 | 4.10/5 共40次评分 |
开发者 | Steve Tueno |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Volume Booster", "version": "1.2.5", "description": "Infinite boost any tab's volume separately", "permissions": [ "activeTab", "tabCapture" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "512": "icon.png" } } |