Amplify

Increase sound volume up to 500%

Amplifyとは何ですか?

AmplifyはHildegard Williamsによって開発されたChromeの拡張機能で、その主な機能は「Increase sound volume up to 500%」です。

拡張機能のスクリーンショット

screenshot
screenshot

Amplify拡張機能のCRXファイルをダウンロード

Amplify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ever experienced the music or video sound volume is too low?
“Amplify” helps you set your volume up to 500% 🔊

Features:
✅ Boost volume in a single tab, whole site or everywhere 
✅ List of tabs that plays audio and adjust the volume

Limitations:
⚠️ Doesn’t work in full-screen mode
⚠️ Depending on your hardware the sound could be distorted                    

拡張機能の基本情報

名前 Amplify Amplify
ID nedchlmlbnpnkdahnbpdjaghlcaacdgc
公式URL https://chrome.google.com/webstore/detail/amplify/nedchlmlbnpnkdahnbpdjaghlcaacdgc
説明 Increase sound volume up to 500%
ファイルサイズ 295 KB
インストール数 80,000
現在のバージョン 1.4.2
最終更新日 2021-07-16
公開日 2020-09-23
評価 3.50/5 合計 6 レビュー
開発者 Hildegard Williams
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.notion.so/Privacy-policy-Amplify-2f0de25708584b85be8339a1feefea64
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "analytics.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png",
            "48": "icon-48.png",
            "16": "icon-16.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_app_name__"
    },
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "version": "1.4.2",
    "web_accessible_resources": [
        "*.css"
    ]
}