MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

MutAd क्या है?

MutAd gz0220 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…"।

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

screenshot

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

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

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

                        After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.                    

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

नाम MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
आधिकारिक URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
विवरण After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
फ़ाइल का आकार 10.73 KB
स्थापना संख्या 219
वर्तमान संस्करण 0.91
अंतिम अपडेट 2015-11-13
प्रकाशन तिथि 2015-11-13
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर gz0220
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/galziv/MutAd
सहायता पृष्ठ URL https://github.com/galziv/MutAd
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MutAd",
    "short_name": "MutAd",
    "version": "0.91",
    "icons": {
        "128": "MutAd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mutAd.js"
            ]
        }
    ]
}