Volume Booster - Sound & Bass boost

Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.

什麼是Volume Booster - Sound & Bass boost?

Volume Booster - Sound & Bass boost是由VolumeApp開發的Chrome擴展程式,該擴展的主要功能是“Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.”。

擴展截圖

screenshot
screenshot
screenshot

下載Volume Booster - Sound & Bass boost擴展crx文件

下載Volume Booster - Sound & Bass boost擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Volume Booster feature allows you to enhance the audio quality while using the Chrome browser, enabling you to have a more enjoyable experience while listening to music on YouTube or watching videos. This booster can amplify the bass to its fullest and increase the volume by 600%. 

A Stylish Sound Booster pop-up appears on your screen with a volume switch, displaying a list of tabs currently playing audio content. You can adjust the sound levels in the current web tab using the slider. 

This extension can significantly enhance the sound quality of your browser, and you can use the volume booster on your preferred websites. 

Audio volume booster works great on all popular sites: FB, Twitch, Deezer and other sites. Use it as a flexible YouTube equalizer when watching videos, or adjust sound effect levels to bring out your favorite songs to the fullest.

Sound Booster is a user-friendly and practical tool for enhancing the audio quality of your favorite songs. By utilizing the equalizer, you can enjoy the benefits of this tool and experience excellent sound quality.

Volume Control 
Take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab. To solve that task we developed our audio volume control extension. 

Equalizer
Audio Equalizer is a lite extension that let you easily adjust audio settings (the balance between frequency components in an audio file) from a toolbar popup. Equalizer for Youtube.

Bass Booster makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.

Bass Boost is a simple to use Audio Equalizer that's got several settings to make Videos, Music, Movies, Gameplay, Anime and more sound incredible at the click of a button. It's like having expensive headphones/speakers for completely free, so download it now!

We hope you find our tool beneficial, and we eagerly await your feedback and ratings. If you encounter any issues or face any problems while using it, please contact us for assistance.                    

擴展基本資訊

名稱 Volume Booster - Sound & Bass boost Volume Booster - Sound & Bass boost
ID ebpckmjdefimgaenaebngljijofojncm
官方網址 https://chromewebstore.google.com/detail/volume-booster-sound-bass/ebpckmjdefimgaenaebngljijofojncm
簡介 Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.
檔案大小 404 KB
安裝次數 1,267,290
目前版本 0.0.5
更新時間 2024-02-13
上架時間 2023-05-12
評分 4.82/5 共 388 次評分
開發者 VolumeApp
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/volume-boosts/privacy-policy
支援的語言 id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,ro,sk,sl,fi,sv,el,sr,bg,ru,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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "0.0.5",
    "icons": {
        "16": "assets\/icons\/logo.png",
        "32": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/logo.png",
            "38": "assets\/icons\/logo.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/visualizer.js"
            ],
            "css": [
                "assets\/css\/visualizer.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}