Volume Extra
Volume Booster!
什麼是Volume Extra?
Volume Extra是由volumemaster2022開發的Chrome擴展程式,該擴展的主要功能是“Volume Booster!”。
擴展截圖
下載Volume Extra擴展crx文件
下載Volume Extra擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Increase the volume of your music or video to the level you want
By clicking "Add to chrome", I accept and agree to installing “Volume Extra Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.
Privacy Policy https://masterofvolume.com/privacy.html
Terms and Conditions https://masterofvolume.com/terms.html 擴展基本資訊
| 名稱 | |
| ID | mlmfhglknodhldjfclcchlgebdfadgbo |
| 官方網址 | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
| 簡介 | Volume Booster! |
| 檔案大小 | 20.62 KB |
| 安裝次數 | 3,429 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2022-10-23 |
| 上架時間 | 2022-10-18 |
| 開發者 | volumemaster2022 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://masterofvolume.com/index.html |
| 說明頁面URL | https://masterofvolume.com/privacy.html |
| 隱私政策頁面URL | https://masterofvolume.com/privacy.html |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Volume Extra",
"description": "Volume Booster!",
"manifest_version": 3,
"version": "1.0.1",
"action": {
"default_popup": "popup.html",
"default_title": "Volume Extra",
"default_icon": {
"128": "images\/icon\/128.png"
}
},
"permissions": [
"tabs",
"tabCapture",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/masterofvolume.com\/*"
],
"icons": {
"128": "images\/icon\/128.png"
},
"background": {
"service_worker": ".\/service-worker.js"
}
} | |