Volume Booster - Amplifier

Move the toggle to manage the sound booster from zero to maximum level. Simply increase volume in a tab with Amplifier

Volume Booster - Amplifierคืออะไร?

Volume Booster - Amplifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sound Control และคุณลักษณะหลักของมันคือ "Move the toggle to manage the sound booster from zero to maximum level. Simply increase volume in a tab with Amplifier"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Volume Booster - Amplifier

ดาวน์โหลดไฟล์ส่วนขยาย Volume Booster - Amplifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sound booster is a great way to get the most out of your audio experience. Whether you’re listening to music, watching a movie, or playing a game, having the right volume levels can make a huge difference. Volume booster can be found in a variety of forms, from software programs to hardware devices.

The extension allows to set the sound volume to the maximum level using convenient toggle in the extension's menu. Its functionality makes audio playing louder or quieter depending on the toggle position you set.

Enjoy pure sound with the desired sound level.

Sometimes audio in a tab should be set more or less and the extension makes it easily just using the mouse or touchpad. Audio Amplifier adds new features during the music listening or video watching.

Volume Booster is a free extension with convenient design for everyone.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Volume Booster - Amplifier Volume Booster - Amplifier
ID edlmpgmjephcpilcajonhemjfjneghpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/volume-booster/edlmpgmjephcpilcajonhemjfjneghpo
คำอธิบาย Move the toggle to manage the sound booster from zero to maximum level. Simply increase volume in a tab with Amplifier
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 3,906,311
เวอร์ชันปัจจุบัน 2.1.16
อัปเดตครั้งล่าสุด 2023-04-26
วันที่เผยแพร่ 2022-12-09
คะแนน 4.60/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา Sound Control
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "2.1.16",
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon.png",
            "38": "assets\/icon.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "data\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/libs\/jquery.min.js",
                "data\/visualize.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/search.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "activeTab",
        "tabs",
        "tabCapture",
        "storage",
        "system.display",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}