Volume Extra
Volume Booster!
Hvad er Volume Extra?
Volume Extra er en Chrome-udvidelse udviklet af volumemaster2022, og dens hovedfunktion er "Volume Booster!".
Udvidelsesskærmbilleder
Download Volume Extra-udvidelses-CRX-fil
Download Volume Extra-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Volume Extra |
ID | mlmfhglknodhldjfclcchlgebdfadgbo |
Officiel URL | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
Beskrivelse | Volume Booster! |
Filstørrelse | 20.62 KB |
Antal Installationer | 3,429 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-10-23 |
Udgivelsesdato | 2022-10-18 |
Udvikler | volumemaster2022 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://masterofvolume.com/index.html |
Hjælpeside-URL | https://masterofvolume.com/privacy.html |
URL til Fortrolighedspolitik Side | https://masterofvolume.com/privacy.html |
Understøttede Sprog | 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" } } |