Max Sound & Volume Control Center

The easiest way to boost sound in the Chrome browser

Max Sound & Volume Control Centerคืออะไร?

Max Sound & Volume Control Center เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kriactianagodina และคุณลักษณะหลักของมันคือ "The easiest way to boost sound in the Chrome browser"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Max Sound & Volume Control Center

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

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

                        Any sound will be louder thanks to our new application - Volume booster. If your speakers or headphones do not produce enough sound for comfortable listening to music, then you should definitely install this useful extension. It`s pretty easy to use it - just boost volume in the current web tab using the slider in right-upper corner of chrome browser. This is volume control tool that can be on every website that provides audio or video content. Installation process is pretty simple and you don`t need any special skills to use sound booster. Extension provides you volume control in simple manner and without any unpleasant surprises. Sound booster is absolutely free extension to improve you browsing experience. Extension can be used on every website that provides audio or video content. It`s simple as that - extension just allows you to boost sound on your computer. Extension has no ads, no hidden scripts and simply does its job. Increase volume of any kind audio playing from your chrome browser just in one click. Extension also has intuitive and simple design, so you won`t get confused. Have you noticed that volume on your computer is not so bright and high anymore? Then you should definitely check out our new extension. Our new and awesome volume booster is exactly what you were looking for. Help us to improve our product and leave your comment or request. Install, share with friends and feel free to leave a comment or request. We doubt that you`ll find a better extension of its kind tool on the whole web. This is a nice extension to install and make your life easier. No more doubts – just install and see the difference.                    

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

ชื่อ Max Sound & Volume Control Center Max Sound & Volume Control Center
ID ofnflepdpkeffibpmnngnoonaclbjcif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/max-sound-volume-control/ofnflepdpkeffibpmnngnoonaclbjcif
คำอธิบาย The easiest way to boost sound in the Chrome browser
ขนาดไฟล์ 33.03 KB
จำนวนการติดตั้ง 10,143
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-03-05
วันที่เผยแพร่ 2021-08-02
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา kriactianagodina
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "",
        "tabCapture",
        "storage"
    ],
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "The easiest way to boost sound in the Chrome browser",
    "version": "1.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/browserfun.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/domload.js"
            ]
        }
    ],
    "icons": {
        "128": "views\/img\/logo.png"
    },
    "browser_action": {
        "default_icon": "views\/img\/logo.png",
        "default_popup": "views\/index.html"
    }
}