Volume Extra

Volume Booster!

Qu'est-ce que Volume Extra ?

Volume Extra est une extension Chrome développée par volumemaster2022, et sa fonction principale est "Volume Booster!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Volume Extra

Téléchargez les fichiers d'extension Volume Extra au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
URL Officiel https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo
Description Volume Booster!
Taille du Fichier 20.62 KB
Nombre d'Installations 3,429
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-10-23
Date de Publication 2022-10-18
Développeur volumemaster2022
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://masterofvolume.com/index.html
URL de la Page d'Aide https://masterofvolume.com/privacy.html
URL de la Page de Politique de Confidentialité https://masterofvolume.com/privacy.html
Langues Prises en Charge 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"
    }
}