Volume Controller & Booster

Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately

Volume Controller & Boosterคืออะไร?

Volume Controller & Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AppDeveloper และคุณลักษณะหลักของมันคือ "Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately"

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

screenshot

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

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

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

                        This sound manager has two main features for your Chrome browser:
- Increases sound volume for up to 600%
- Controls sound volume of each browser tab separately

Yes, this little add-on lifts preset restrictions and reveals hidden potential of your speakers, providing much more volume than your browser can by default. You can increase any audio volume for up to 6 times.

Additionally Volume Controller and Booster provides a unique option of controlling sound volume of each browser tab separately.

Extension interface is simple and user-friendly, it has no extra pop-ups, windows or tabs. No complications, only sound volume slider for your best user experience.

How it works:
Simply get it to you Chrome, click popup icon and set the desired sound volume level for each tab.                    

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

ชื่อ Volume Controller & Booster Volume Controller & Booster
ID ndamenljbplhpbafapnlbpahdjmknelc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volume-controller-booster/ndamenljbplhpbafapnlbpahdjmknelc
คำอธิบาย Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately
ขนาดไฟล์ 294 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2021-01-23
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา AppDeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://minnmeier.wixsite.com/website
ภาษาที่รองรับ de,en,fr,tr,es,pt-PT,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "icons": {
        "16": "icon\/icon_16.png",
        "128": "icon\/icon_128.png",
        "256": "icon\/icon_256.png",
        "300": "icon\/icon_300.png",
        "512": "icon\/icon_512.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon_16.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "permissions": [
        "tabCapture",
        "tabs",
        "offscreen",
        "storage"
    ]
}