Just-EQ
Equalizer extension for web browsers
Cos'è Just-EQ?
Just-EQ è un'estensione di Chrome sviluppata da Just-EQ, e la sua funzione principale è "Equalizer extension for web browsers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Just-EQ
Scarica i file di estensione Just-EQ 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
An interactive audio equalizer for web browser that implements basic biquad filters utilizing the Web Audio API. There is also a safe limiter at the end of audio chain to prevent clipping. Usage of this extension requires extreme care to prevent damage to speakers/hearing by monitoring gain stages (ex: OS volume, hardware volume, media volume, etc...)
Informazioni di Base sull'Estensione
Nome | Just-EQ |
ID | ldlklclppdfafbpggilnoakgnbpekpml |
URL Ufficiale | https://chromewebstore.google.com/detail/just-eq/ldlklclppdfafbpggilnoakgnbpekpml |
Descrizione | Equalizer extension for web browsers |
Dimensione del File | 65.75 KB |
Conteggio Installazioni | 331 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-09-24 |
Data di Pubblicazione | 2022-09-13 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | Just-EQ |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina di Aiuto | https://groups.google.com/g/just-eq |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just-EQ", "description": "Equalizer extension for web browsers", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabCapture", "tabs", "storage" ], "host_permissions": [], "action": [], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "icons": { "16": "icons\/just-eq-16.png", "32": "icons\/just-eq-32.png", "48": "icons\/just-eq-48.png", "128": "icons\/just-eq-128.png" } } |