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
Eメール [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"
    }
}