Infinite Volume Booster

Infinite boost any tab's volume separately

Infinite Volume Boosterคืออะไร?

Infinite Volume Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve Tueno และคุณลักษณะหลักของมันคือ "Infinite boost any tab's volume separately"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension enable, virtually, infinite boost of any sound played within a chrome browser tab. 
 Whether a Youtube video, a Webex meet or a Spotify/Deezer audio track, boost sound volume as you want simply by clicking on extension icon and sliding right or left.
You can also reduce a specific tab sound or mute it if you want.

v1.1.1: addition of quick access buttons

v1.2.0-1.2.5: major UI adjustments                    

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

ชื่อ Infinite Volume Booster Infinite Volume Booster
ID nipbnfmgpgcabijookcnoienpfodnmhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc
คำอธิบาย Infinite boost any tab's volume separately
ขนาดไฟล์ 3.58 MB
จำนวนการติดตั้ง 40,999
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2023-04-08
วันที่เผยแพร่ 2020-12-28
คะแนน 4.10/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา Steve Tueno
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infinite Volume Booster",
    "version": "1.2.5",
    "description": "Infinite boost any tab's volume separately",
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "512": "icon.png"
    }
}