YouMute(r)

Chrome plugin that automatically mutes youtube commercials.

ما هو YouMute(r)؟

YouMute(r) هو إضافة Chrome تم تطويرها بواسطة Adam Gajzlerowicz، والميزة الرئيسية لها هي "Chrome plugin that automatically mutes youtube commercials.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YouMute(r)

قم بتنزيل ملفات الامتداد YouMute(r) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.                    

معلومات أساسية عن التمديد

الاسم YouMute(r) YouMute(r)
ID hbhjkldledabllijjmnmfhhiejephibe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe
الوصف Chrome plugin that automatically mutes youtube commercials.
حجم الملف 8.27 KB
عدد التثبيتات 355
النسخة الحالية 1.2
آخر تحديث 2017-10-13
تاريخ النشر 2017-10-13
تقييم 3.05/5 مجموع تقييمات 19
المطور Adam Gajzlerowicz
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouMute(r)",
    "short_name": "YouMute(r)",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Chrome plugin that automatically mutes youtube commercials.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "muter.js"
            ]
        }
    ]
}