Ultimate Volume Booster

Feel sound at the new level.

Ultimate Volume Boosterคืออะไร?

Ultimate Volume Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unlimbooster.com และคุณลักษณะหลักของมันคือ "Feel sound at the new level."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        One of the most reliable and easiest volume boosters in the Chrome browser.

If your speakers or headphones do not reproduce sufficient sound volume for comfortable listening to music or watching video content - use our extension as a speaker amplifier, setting the volume level to more than 600%.

Use the sound booster of it on your favorite sites. Just adjust the sound in the current web tab using the slider. 

  ☑️  Sound level over 600%
  ☑️  Simple and intuitive design, convenient operation
  ☑️  Automatically shuts off in normal mode
  ☑️  Switch to any tab that plays audio with one click
  ☑️  Smoothly increase the volume using the slider

🖥 Full screen
Chrome doesn’t allow you to switch to full screen mode when using any extension that processes sound, so you can always see a rectangular icon in the tab bar (to know that the audio is being processed). It is impossible to get around this, after all, it is a good thing that protects you. However, you can improve the situation a bit by pressing F11 (on Windows) or Ctr + Cmd + F (on Mac).

💬 We are always happy for your suggestions! If you like Ultimate Volume Booster, please rate us, give 5 stars! Thanks for using.                    

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

ชื่อ Ultimate Volume Booster Ultimate Volume Booster
ID hcfnhafpadfnabbnjnhdfdacolpmdbjo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ultimate-volume-booster/hcfnhafpadfnabbnjnhdfdacolpmdbjo
คำอธิบาย Feel sound at the new level.
ขนาดไฟล์ 95.49 KB
จำนวนการติดตั้ง 600,000
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2022-01-10
วันที่เผยแพร่ 2020-02-09
คะแนน 4.56/5 รวมทั้งหมด 3380 คะแนน
ผู้พัฒนา Unlimbooster.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://ubooster-app.com/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,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__",
    "default_locale": "en",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/visualizer.js"
            ],
            "css": [
                "assets\/visualizer.css"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/libs\/knockout-3.5.1.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}