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 |
Eメール | [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" } } |