Volume Extra
Volume Booster!
Was ist Volume Extra?
Volume Extra ist eine Chrome-Erweiterung, die von volumemaster2022 entwickelt wurde, und ihr Hauptmerkmal ist "Volume Booster!".
Erweiterungsscreenshots
Volume Extra-Erweiterungs-CRX-Datei herunterladen
Laden Sie Volume Extra-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mlmfhglknodhldjfclcchlgebdfadgbo |
| Offizielle URL | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
| Beschreibung | Volume Booster! |
| Dateigröße | 20.62 KB |
| Installationsanzahl | 3,429 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-10-23 |
| Veröffentlichungsdatum | 2022-10-18 |
| Entwickler | volumemaster2022 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://masterofvolume.com/index.html |
| Hilfeseite URL | https://masterofvolume.com/privacy.html |
| URL der Datenschutzrichtlinien-Seite | https://masterofvolume.com/privacy.html |
| Unterstützte Sprachen | 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"
}
} | |