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 擴展基本資訊
| 名稱 | |
| ID | nipbnfmgpgcabijookcnoienpfodnmhc |
| 官方網址 | 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"
}
} | |