Volume Booster

Volume enhancer to increase browser sound!

Cos'è Volume Booster?

Volume Booster è un'estensione di Chrome sviluppata da https://verblike.com, e la sua funzione principale è "Volume enhancer to increase browser sound!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Volume Booster

Scarica i file di estensione Volume Booster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ⭐️ Shortcut: Alt + ⬆️

Disclaimer❗️ Sound boosting may explode your audio system

🚩 Features
  👉 Fullscreen mode fixed!
  👉 Level up sound up to 800% in 4 clicks;
  👉 Shortcut ability.                    

Informazioni di Base sull'Estensione

Nome Volume Booster Volume Booster
ID mkekfipgdibancejakgelgjolgpfiloh
URL Ufficiale https://chromewebstore.google.com/detail/volume-booster/mkekfipgdibancejakgelgjolgpfiloh
Descrizione Volume enhancer to increase browser sound!
Dimensione del File 1.2 MB
Conteggio Installazioni 9,000
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-03-10
Data di Pubblicazione 2021-05-30
Valutazione 4.13/5 Totale 15 Valutazioni
Sviluppatore https://verblike.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.verblike.com/chrome-extensions-privacy-policy
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,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__",
    "default_locale": "en",
    "version": "1.3.0",
    "author": "Vadagon",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "assets\/icons\/icon1_1.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ],
    "offline_enabled": true,
    "icons": {
        "128": "assets\/icons\/icon1_5.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Up"
            }
        }
    },
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}