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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة MutAd

قم بتنزيل ملفات الامتداد MutAd بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}