Ultimate Volume Booster

Feel sound at the new level.

Apa itu Ultimate Volume Booster?

Ultimate Volume Booster adalah ekstensi Chrome yang dikembangkan oleh Unlimbooster.com, dan fitur utamanya adalah "Feel sound at the new level.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ultimate Volume Booster

Unduh file ekstensi Ultimate Volume Booster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        One of the most reliable and easiest volume boosters in the Chrome browser.

If your speakers or headphones do not reproduce sufficient sound volume for comfortable listening to music or watching video content - use our extension as a speaker amplifier, setting the volume level to more than 600%.

Use the sound booster of it on your favorite sites. Just adjust the sound in the current web tab using the slider. 

  ☑️  Sound level over 600%
  ☑️  Simple and intuitive design, convenient operation
  ☑️  Automatically shuts off in normal mode
  ☑️  Switch to any tab that plays audio with one click
  ☑️  Smoothly increase the volume using the slider

🖥 Full screen
Chrome doesn’t allow you to switch to full screen mode when using any extension that processes sound, so you can always see a rectangular icon in the tab bar (to know that the audio is being processed). It is impossible to get around this, after all, it is a good thing that protects you. However, you can improve the situation a bit by pressing F11 (on Windows) or Ctr + Cmd + F (on Mac).

💬 We are always happy for your suggestions! If you like Ultimate Volume Booster, please rate us, give 5 stars! Thanks for using.                    

Informasi Dasar Ekstensi

Nama Ultimate Volume Booster Ultimate Volume Booster
ID hcfnhafpadfnabbnjnhdfdacolpmdbjo
URL Resmi https://chrome.google.com/webstore/detail/ultimate-volume-booster/hcfnhafpadfnabbnjnhdfdacolpmdbjo
Deskripsi Feel sound at the new level.
Ukuran File 95.49 KB
Jumlah Instalasi 600,000
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2022-01-10
Tanggal Publikasi 2020-02-09
Penilaian 4.56/5 Total 3380 Penilaian
Pengembang Unlimbooster.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://ubooster-app.com/privacy.html
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,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_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/visualizer.js"
            ],
            "css": [
                "assets\/visualizer.css"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/libs\/knockout-3.5.1.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}