Volume Booster

Volume Booster helps boost video or music volume sound! Increase volume and bass booster, equalizer. Volume control

Volume Boosterคืออะไร?

Volume Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Booster Pro และคุณลักษณะหลักของมันคือ "Volume Booster helps boost video or music volume sound! Increase volume and bass booster, equalizer. Volume control"

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

screenshot
screenshot

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

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

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

                        Volume Booster allows you to improve the sound quality in the Chrome browser to get more pleasure from listening to YouTube Music and watching videos. Bass boost to the full. Volume booster boosts by 600%.

Stylish Sound Booster popup with a volume switch with a list of tabs that a now playing audio content. Just regulate the sound in the current web tab through the slider.

Make a sound from your browser really awesome with this extension. Use the volume booster of it on your favorite websites.

How to use Volume booster Chrome extension:
1. Install Chrome Extension
2. Pin it in the toolbar
3. Click on the Sound Booster extension icon and enable the volume booster with toggle button.
4. Then, click on the extension icon and choose the Sound boost range.

Take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab. To solve that task we developed our audio sound control extension. 

Bass Booster is a simple to use Equalizer that's got several settings to make Videos, Music, Movies, Gameplay, Anime and more sound incredible at the click of a button. It's like having expensive headphones/speakers for completely free, so download it now!

Audio Equalizer is a lite extension that let you easily adjust audio settings (the balance between frequency components in an audio file) from a toolbar popup. Equalizer for Youtube.

We hope you find our tool useful! We are waiting for your feedback and ratings! If you’re experiencing problems or isn't working on, please contact us.                    

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

ชื่อ Volume Booster Volume Booster
ID anmbbeeiaollmpadookgoakpfjkbidaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volume-booster/anmbbeeiaollmpadookgoakpfjkbidaf
คำอธิบาย Volume Booster helps boost video or music volume sound! Increase volume and bass booster, equalizer. Volume control
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 5,259,653
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2021-10-03
คะแนน 4.74/5 รวมทั้งหมด 4482 คะแนน
ผู้พัฒนา Booster Pro
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://audboost.com/policy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,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": "1.0.10",
    "icons": {
        "16": "image\/icon.png",
        "32": "image\/icon.png",
        "48": "image\/icon.png",
        "128": "image\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "image\/icon.png",
            "38": "image\/icon.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabCapture",
        "alarms",
        "storage",
        "system.display"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}