Simple Volume Booster

Simple volume booster in your browser - increase your volume with sound control and bass booster

Simple Volume Boosterคืออะไร?

Simple Volume Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dennis Rice และคุณลักษณะหลักของมันคือ "Simple volume booster in your browser - increase your volume with sound control and bass booster"

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

screenshot

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

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

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

                        Volume Booster is an advanced browser extension for Chrome, designed to amplify your audio perception and enrich your musical experience on the web. 

With this intuitive sound amplifier, you can enjoy crystal-clear and powerful sound on your favorite web pages and online platforms.

Key Features:

🎶 Sound Maximum: Sound Booster provides maximum sound amplification, allowing you to hear even the faintest nuances and details in music, videos, and audio content.

✅ Ease of Use: With this intuitive sound amplifier extension, volume control becomes simple and convenient. Easily adjust the sound to your preferences and enjoy powerful audio.

⭐️ Smart Amplification: Sound Booster intelligently optimizes the sound to prevent distortions and ensure clean and natural sound without any distortion.

🚀 Volume Adjustment: Adjust the volume on web pages with a convenient slider scale. Individual settings allow you to create an optimal sound environment.

Transform your musical experience and sound perception with Volume Booster. Make your music and videos even more memorable and captivating with this amazing browser extension. 

Boost the sound and immerse yourself in the world of musical emotions with Sound Booster today!                    

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

ชื่อ Simple Volume Booster Simple Volume Booster
ID fbjhgeaafhlbjiejehpjdnghinlcceak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-volume-booster/fbjhgeaafhlbjiejehpjdnghinlcceak
คำอธิบาย Simple volume booster in your browser - increase your volume with sound control and bass booster
ขนาดไฟล์ 89.27 KB
จำนวนการติดตั้ง 1,098,665
เวอร์ชันปัจจุบัน 2.62
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2021-10-25
คะแนน 4.80/5 รวมทั้งหมด 266 คะแนน
ผู้พัฒนา Dennis Rice
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "__MSG_app_name__",
    "version": "2.62"
}