Volume Controller & Booster
Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately
Volume Controller & Boosterとは何ですか?
Volume Controller & BoosterはAppDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately」です。
拡張機能のスクリーンショット
Volume Controller & Booster拡張機能のCRXファイルをダウンロード
Volume Controller & Booster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This sound manager has two main features for your Chrome browser: - Increases sound volume for up to 600% - Controls sound volume of each browser tab separately Yes, this little add-on lifts preset restrictions and reveals hidden potential of your speakers, providing much more volume than your browser can by default. You can increase any audio volume for up to 6 times. Additionally Volume Controller and Booster provides a unique option of controlling sound volume of each browser tab separately. Extension interface is simple and user-friendly, it has no extra pop-ups, windows or tabs. No complications, only sound volume slider for your best user experience. How it works: Simply get it to you Chrome, click popup icon and set the desired sound volume level for each tab.
拡張機能の基本情報
名前 | Volume Controller & Booster |
ID | ndamenljbplhpbafapnlbpahdjmknelc |
公式URL | https://chromewebstore.google.com/detail/volume-controller-booster/ndamenljbplhpbafapnlbpahdjmknelc |
説明 | Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately |
ファイルサイズ | 294 KB |
インストール数 | 8,000 |
現在のバージョン | 1.2.1 |
最終更新日 | 2024-02-06 |
公開日 | 2021-01-23 |
評価 | 4.31/5 合計 13 レビュー |
開発者 | AppDeveloper |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://minnmeier.wixsite.com/website |
対応言語 | de,en,fr,tr,es,pt-PT,ru,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.2.1", "icons": { "16": "icon\/icon_16.png", "128": "icon\/icon_128.png", "256": "icon\/icon_256.png", "300": "icon\/icon_300.png", "512": "icon\/icon_512.png" }, "action": { "default_icon": { "16": "icon\/icon_16.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_name__" }, "background": { "service_worker": "\/js\/bg.js" }, "permissions": [ "tabCapture", "tabs", "offscreen", "storage" ] } |