MX Player Booster
MX Player Booster helps increase system volume up to maximum level.
MX Player Boosterとは何ですか?
MX Player BoosterはAmourHによって開発されたChromeの拡張機能で、その主な機能は「MX Player Booster helps increase system volume up to maximum level.」です。
拡張機能のスクリーンショット
MX Player Booster拡張機能のCRXファイルをダウンロード
MX Player Booster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MX Player Booster is an extension that will allow you to increase the sound of your system. It can raise volume level up to 600%. Easy To Use: 1. Click on our extension logo in your extension bar 2. Open up a Youtube, Spotify, Apple Music, or any tab that produces sound 3. Slide the bar to your comfortable volume - All the way up to 600%
拡張機能の基本情報
名前 | MX Player Booster |
ID | hfcicmgjcofeohgcdbbnhgaffededaio |
公式URL | https://chromewebstore.google.com/detail/mx-player-booster/hfcicmgjcofeohgcdbbnhgaffededaio |
説明 | MX Player Booster helps increase system volume up to maximum level. |
ファイルサイズ | 364 KB |
インストール数 | 1,838 |
現在のバージョン | 0.0.7 |
最終更新日 | 2023-09-04 |
公開日 | 2023-01-12 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | AmourH |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/extensions-privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7", "manifest_version": 3, "offline_enabled": true, "name": "MX Player Booster", "description": "MX Player Booster helps increase system volume up to maximum level.", "icons": { "30": "icons\/icon30.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "156": "icons\/icon156.png", "196": "icons\/icon196.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabCapture", "activeTab" ] } |