Volume Booster 2023 - It's your sound control

Up to 600% volume boost. Like a Volumix but better

Volume Booster 2023 - It's your sound controlคืออะไร?

Volume Booster 2023 - It's your sound control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Volume Booster Master และคุณลักษณะหลักของมันคือ "Up to 600% volume boost. Like a Volumix but better"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Volume Booster 2023 - It's your sound control

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

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

                        A 600% volume and sound booster for the Chrome browser. Now you can control the power with the volume control and volume master function. 

Use when your speakers or headphones aren't playing, enough volume to comfortably watch videos or listen to music and podcasts. 

- Up to 600% sound boost
- clear controls
- volume control in separate tabs





To use the extension in full screen mode press F11 (Windows OS) or CONTROL +Cdm + F (MacOS)                    

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

ชื่อ Volume Booster 2023 - It's your sound control Volume Booster 2023 - It's your sound control
ID pcedhgghoalplpjcnmngmeajomcpbjif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sound-booster-2023-its-yo/pcedhgghoalplpjcnmngmeajomcpbjif
คำอธิบาย Up to 600% volume boost. Like a Volumix but better
ขนาดไฟล์ 352 KB
จำนวนการติดตั้ง 747,967
เวอร์ชันปัจจุบัน 2.4.2.2
อัปเดตครั้งล่าสุด 2023-02-05
วันที่เผยแพร่ 2021-07-04
คะแนน 3.39/5 รวมทั้งหมด 83 คะแนน
ผู้พัฒนา Volume Booster Master
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1Qr_xWnTWYkzXHbuSIV4yevaggjkyr6khp-mAukcNdRE/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "2.4.2.2",
    "icons": {
        "16": "icons\/icon_16x16.png",
        "128": "icons\/icon_128_to_100.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": "icons\/icon_128_to_600.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/full_size_popup.css"
            ],
            "js": [
                "js\/full_size_popup_script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "gcm",
        "cookies"
    ],
    "web_accessible_resources": [
        "icons\/icon_128_to_300.png",
        "icons\/icon_128_to_600.png",
        "icons\/percents_100.png",
        "icons\/percents_75.png",
        "icons\/percents_50.png",
        "icons\/percents_25.png",
        "icons\/percents_13.png",
        "icons\/popup_info_bg.png",
        "icons\/minimized_popup_info_bg.png",
        "icons\/close_btn_norm.png",
        "icons\/close_btn_hover.png",
        "icons\/popup_info_bg.png",
        "icons\/toolbar.png",
        "icons\/arrow_toolbar.png",
        "icons\/default_favicon.png",
        "icons\/vol_to_300.png",
        "icons\/maximize.png",
        "icons\/minimize.png",
        "icons\/fs_popup_close_btn_norm.png",
        "icons\/chr_fs_popup_btn.svg",
        "icons\/mac_fs_popup_btn_cmd.svg",
        "icons\/mac_fs_popup_btn_f.svg",
        "icons\/mac_fs_popup_btn_ctrl.svg",
        "icons\/mac_fs_popup_logo.png",
        "icons\/win_fs_popup_logo.png",
        "icons\/win_btn_f11.svg",
        "fonts\/sansationregular.woff2",
        "fonts\/sansationregular.woff",
        "fonts\/sansationregular.ttf",
        "fonts\/sansationbold.woff2",
        "fonts\/sansationbold.woff",
        "fonts\/sansationbold.ttf"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}