Volume Adjuster

Used to adjust the volume of html audio/video tags

Volume Adjuster क्या है?

Volume Adjuster giomrella द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Used to adjust the volume of html audio/video tags"।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

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

नाम Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
आधिकारिक URL https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
विवरण Used to adjust the volume of html audio/video tags
फ़ाइल का आकार 16.17 KB
स्थापना संख्या 141
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2020-12-11
प्रकाशन तिथि 2020-12-11
डेवलपर giomrella
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/giomrella/volume-adjuster-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}