Volume Extra
Volume Booster!
Cos'è Volume Extra?
Volume Extra è un'estensione di Chrome sviluppata da volumemaster2022, e la sua funzione principale è "Volume Booster!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Volume Extra
Scarica i file di estensione Volume Extra 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
Increase the volume of your music or video to the level you want By clicking "Add to chrome", I accept and agree to installing “Volume Extra Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy. Privacy Policy https://masterofvolume.com/privacy.html Terms and Conditions https://masterofvolume.com/terms.html
Informazioni di Base sull'Estensione
Nome | Volume Extra |
ID | mlmfhglknodhldjfclcchlgebdfadgbo |
URL Ufficiale | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
Descrizione | Volume Booster! |
Dimensione del File | 20.62 KB |
Conteggio Installazioni | 3,429 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-10-23 |
Data di Pubblicazione | 2022-10-18 |
Sviluppatore | volumemaster2022 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://masterofvolume.com/index.html |
URL della Pagina di Aiuto | https://masterofvolume.com/privacy.html |
URL della Pagina della Politica sulla Privacy | https://masterofvolume.com/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volume Extra", "description": "Volume Booster!", "manifest_version": 3, "version": "1.0.1", "action": { "default_popup": "popup.html", "default_title": "Volume Extra", "default_icon": { "128": "images\/icon\/128.png" } }, "permissions": [ "tabs", "tabCapture", "cookies", "storage" ], "host_permissions": [ "*:\/\/masterofvolume.com\/*" ], "icons": { "128": "images\/icon\/128.png" }, "background": { "service_worker": ".\/service-worker.js" } } |