Volume Extra
Volume Booster!
O que é Volume Extra?
Volume Extra é uma extensão do Chrome desenvolvida por volumemaster2022, e sua principal característica é "Volume Booster!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Volume Extra
Baixe arquivos de extensão Volume Extra no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Volume Extra |
ID | mlmfhglknodhldjfclcchlgebdfadgbo |
URL Oficial | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
Descrição | Volume Booster! |
Tamanho do Arquivo | 20.62 KB |
Contagem de Instalações | 3,429 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-10-23 |
Data de Publicação | 2022-10-18 |
Desenvolvedor | volumemaster2022 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://masterofvolume.com/index.html |
URL da Página de Ajuda | https://masterofvolume.com/privacy.html |
URL da Página de Política de Privacidade | https://masterofvolume.com/privacy.html |
Idiomas Suportados | 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" } } |