Infinite Volume Booster
Infinite boost any tab's volume separately
Cos'è Infinite Volume Booster?
Infinite Volume Booster è un'estensione di Chrome sviluppata da Steve Tueno, e la sua funzione principale è "Infinite boost any tab's volume separately".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Infinite Volume Booster
Scarica i file di estensione Infinite 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
This extension enable, virtually, infinite boost of any sound played within a chrome browser tab. Whether a Youtube video, a Webex meet or a Spotify/Deezer audio track, boost sound volume as you want simply by clicking on extension icon and sliding right or left. You can also reduce a specific tab sound or mute it if you want. v1.1.1: addition of quick access buttons v1.2.0-1.2.5: major UI adjustments
Informazioni di Base sull'Estensione
Nome | Infinite Volume Booster |
ID | nipbnfmgpgcabijookcnoienpfodnmhc |
URL Ufficiale | https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc |
Descrizione | Infinite boost any tab's volume separately |
Dimensione del File | 3.58 MB |
Conteggio Installazioni | 40,999 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2023-04-08 |
Data di Pubblicazione | 2020-12-28 |
Valutazione | 4.10/5 Totale 40 Valutazioni |
Sviluppatore | Steve Tueno |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Volume Booster", "version": "1.2.5", "description": "Infinite boost any tab's volume separately", "permissions": [ "activeTab", "tabCapture" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "512": "icon.png" } } |