Volume Extra

Volume Booster!

什么是Volume Extra?

Volume Extra是由volumemaster2022开发的Chrome扩展程序,该扩展的主要功能是“Volume Booster!”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
官方URL 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"
    }
}