Music Boost

Simplest volume booster in your browser!

Music Boost là gì?

Music Boost là một tiện ích mở rộng Chrome được phát triển bởi MusicBoost, và tính năng chính của nó là "Simplest volume booster in your browser!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Music Boost

Tải xuống các tệp mở rộng Music Boost dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        One of the most reliable and  easiest  sound booster in the chrome browser.
If your speakers or headphones don't reproduce sufficient sound volume for comfortable listening to music or watching video content - use our app as a speaker amplifier, setting the volume level settings to more than 500%.
Just regulate the sound in the current web tab through the slider.

  ✅  Level up sound more than 500% in 4 steps
  ✅ Simple and clear design
  ✅ Only one click to boost the sound 
  ✅ Turn off automatically in normal mode 

🖥 Full screen
Chrome prevents you from going to a complete full-screen when using any extension manipulating with sound so you can always see the blue rectangle icon in the tab bar (to be aware of audio is being manipulated). 
There's no way to bypass it and after all it's a good thing that keeps you safe. However you can improve the situation a bit by pressing F11 (on Windows) or Ctr+Cmd+F (on Mac).

📖 Permissions explained
"Read and change all your data on the websites you visit": to be able to connect to and modify AudioContext of any website playing audio and to show list of all tabs playing audio

💛 If you like our extension, please rate us, put 5 stars! Thanks for using.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Music Boost Music Boost
ID idjijcfmbmadakcoenaobjgkebemhljc
URL Chính Thức https://chrome.google.com/webstore/detail/music-boost/idjijcfmbmadakcoenaobjgkebemhljc
Mô tả Simplest volume booster in your browser!
Kích Thước Tệp 72.21 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-08-20
Ngày Phát Hành 2020-07-29
Đánh Giá 4.17/5 Tổng số 46 Đánh Giá
Nhà Phát Triển MusicBoost
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.5",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabCapture",
        "storage"
    ]
}