Volume Booster

Increase your maximum volume to 600%! Volume Booster - extension to volume up your speaker or headphone sound volume.

Volume Boosterคืออะไร?

Volume Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย beat's volume และคุณลักษณะหลักของมันคือ "Increase your maximum volume to 600%! Volume Booster - extension to volume up your speaker or headphone sound volume."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Increase and amplify your max volume! Boost your volume up to 600%!

🎧 Listen to music or videos with maximum volume (up to 600% louder), no matter what speaker or headphones you are using.

💡 Install beat's volume and enjoy the boosted sound! 100% support audio and video sites all over the world!

📌 Features:

- Modern design

- Smooth volume increase using a slider

- Fast volume up and down buttons

- Adjust each tab where music or video is playing

- Volume indicator for each tab

- The extension works on Windows and Mac devices

- Support for 54 languages


🤩 Completely free extension.


💡 If you are using Windows and you have problems with full screen mode, press F11. If you're on a Mac, expand the window and press Cmd + Shift + F.

💡 When using headphones or small laptop speakers, moving the slider beyond 300% of the slider will distort the sound.

🎧 Use the volume booster of it on your favorite sites: Twitter, Vimeo, YouTube, Facebook, Spotify, Instagram, TikTok, Netflix, Megogo, IVI and more!

Our blog - https://www.hashtap.com/@beats                    

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

ชื่อ Volume Booster Volume Booster
ID gdggigkncgpenaggccndcononfohngpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/volume-booster/gdggigkncgpenaggccndcononfohngpo
คำอธิบาย Increase your maximum volume to 600%! Volume Booster - extension to volume up your speaker or headphone sound volume.
ขนาดไฟล์ 455 KB
จำนวนการติดตั้ง 42,370
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-05-01
วันที่เผยแพร่ 2021-10-04
คะแนน 4.41/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา beat's volume
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hashtap.com/@beats
URL หน้าช่วยเหลือ https://www.hashtap.com/@beats
URL หน้านโยบายความเป็นส่วนตัว https://www.hashtap.com/p/obgzKVEor8lj
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,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": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "__MSG_app_short_name__",
    "version": "2.0.1",
    "default_locale": "en",
    "author": "beats volume",
    "homepage_url": "https:\/\/www.hashtap.com\/@beats",
    "icons": {
        "16": "img\/icons\/16x16.png",
        "20": "img\/icons\/20x20.png",
        "24": "img\/icons\/24x24.png",
        "32": "img\/icons\/32x32.png",
        "48": "img\/icons\/48x48.png",
        "64": "img\/icons\/64x64.png",
        "80": "img\/icons\/80x80.png",
        "128": "img\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/16x16.png",
            "20": "img\/icons\/20x20.png",
            "24": "img\/icons\/24x24.png",
            "32": "img\/icons\/32x32.png",
            "48": "img\/icons\/48x48.png"
        },
        "default_title": "__MSG_app_short_name__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabCapture",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        },
        "volume_mute": {
            "description": "__MSG_command_volume_mute__",
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        },
        "volume_up": {
            "description": "__MSG_command_volume_up__",
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            }
        },
        "volume_down": {
            "description": "__MSG_command_volume_down__",
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            }
        }
    },
    "web_accessible_resources": [
        "img\/content\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}