Volume Extra
Volume Booster!
Wat is Volume Extra?
Volume Extra is een Chrome-extensie ontwikkeld door volumemaster2022, en de belangrijkste functie is "Volume Booster!".
Extensie Screenshots
Download het CRX-bestand van de extensie Volume Extra
Download Volume Extra-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Volume Extra |
ID | mlmfhglknodhldjfclcchlgebdfadgbo |
Officiële URL | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
Beschrijving | Volume Booster! |
Bestandsgrootte | 20.62 KB |
Aantal Installaties | 3,429 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-10-23 |
Publicatiedatum | 2022-10-18 |
Ontwikkelaar | volumemaster2022 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://masterofvolume.com/index.html |
Help Pagina-URL | https://masterofvolume.com/privacy.html |
URL van de Privacybeleid Pagina | https://masterofvolume.com/privacy.html |
Ondersteunde Talen | 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" } } |