Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

Apa itu Volume Booster - Increase the volume?

Volume Booster - Increase the volume adalah ekstensi Chrome yang dikembangkan oleh https://webaudio.online, dan fitur utamanya adalah "All audio streams from the browser are converted to surround sound and increase the volume".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Volume Booster - Increase the volume

Unduh file ekstensi Volume Booster - Increase the volume 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

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

Informasi Dasar Ekstensi

Nama Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
URL Resmi https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
Deskripsi All audio streams from the browser are converted to surround sound and increase the volume
Ukuran File 96.03 KB
Jumlah Instalasi 157
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2024-01-21
Pengembang https://webaudio.online
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webaudio.online/
URL Halaman Bantuan https://t.me/WebaudioOnline
URL Halaman Kebijakan Privasi https://webaudio.online/politika.html
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}