Volume Extra

Volume Booster!

Volume Extra क्या है?

Volume Extra volumemaster2022 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Volume Booster!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Volume Extra एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
आधिकारिक URL https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo
विवरण Volume Booster!
फ़ाइल का आकार 20.62 KB
स्थापना संख्या 3,429
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-10-23
प्रकाशन तिथि 2022-10-18
डेवलपर volumemaster2022
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://masterofvolume.com/index.html
सहायता पृष्ठ URL https://masterofvolume.com/privacy.html
गोपनीयता नीति पृष्ठ URL https://masterofvolume.com/privacy.html
समर्थित भाषाएँ 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"
    }
}