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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |