Infinite Volume Booster
Infinite boost any tab's volume separately
What is Infinite Volume Booster?
Infinite Volume Booster is a Chrome extension developed by Steve Tueno, and its main feature is "Infinite boost any tab's volume separately".
Extension Screenshots
Download Infinite Volume Booster Extension CRX File
Download Infinite Volume Booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Infinite Volume Booster |
ID | nipbnfmgpgcabijookcnoienpfodnmhc |
Official URL | https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc |
Description | Infinite boost any tab's volume separately |
File Size | 3.58 MB |
Installation Count | 40,999 |
Current Version | 1.2.5 |
Last Updated | 2023-04-08 |
Publish Date | 2020-12-28 |
Rating | 4.10/5 Total 40 Ratings |
Developer | Steve Tueno |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |