Sound Booster

The best way to amplify sound in the Chrome browser

Sound Boosterคืออะไร?

Sound Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arhipovakata945 และคุณลักษณะหลักของมันคือ "The best way to amplify sound in the Chrome browser"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Fell the real difference with new and amazing sound booster. You`ll notice a remarkable improvement of the sound on your pc. Volume booster is a simple and pretty useful application for google chrome browser. It`ll come in handy for those, who want to increase volume of audio or video on their devices. You will be pleasantly surprised by how easy it is to use the extension. Volume booster allows you to manage volume level of multiple chrome tabs in simple manner. If you have recently noticed, that your devices can`t provide a sound level you need, the install sound booster to fix the problem. It`s a volume control tool number one and we doubt you can find a better one. Extension doesn`t weigh a lot and has no ads. It`s also worth mentioning, that this new awesome extension is absolutely free. We won`t track your activity or spy on you using some hidden scripts.                    

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

ชื่อ Sound Booster Sound Booster
ID kpicmpidcmeeopomhnfdlocbjginmfem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sound-booster/kpicmpidcmeeopomhnfdlocbjginmfem
คำอธิบาย The best way to amplify sound in the Chrome browser
ขนาดไฟล์ 30.93 KB
จำนวนการติดตั้ง 10,616
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-03-06
วันที่เผยแพร่ 2021-11-14
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา arhipovakata945
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "The best way to amplify sound in the Chrome browser",
    "version": "1.4",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cnt.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pages\/popup.html"
    }
}