Youtube Ad Remover

This extension will remove Youtube ads for you.

ما هو Youtube Ad Remover؟

Youtube Ad Remover هو إضافة Chrome تم تطويرها بواسطة kinshuk1911، والميزة الرئيسية لها هي "This extension will remove Youtube ads for you.".

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

screenshot

تحميل ملف CRX للإضافة Youtube Ad Remover

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

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

                        Youtube ad remover makes Youtube more fun.
This extension aso removes banner ads for you, so all you have to do is just to download this chrome extension and sit back and enjoy youtube videos.

Note: This extension does not remove ads. It just skips ads as soon as their appear and no you don't even need to wait for 5 seconds for the skip ad button to appear.                    

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

الاسم Youtube Ad Remover Youtube Ad Remover
ID nlmlilggecopcgfjfmhcioahbfoinpaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-ad-remover/nlmlilggecopcgfjfmhcioahbfoinpaa
الوصف This extension will remove Youtube ads for you.
حجم الملف 5.42 KB
عدد التثبيتات 533
النسخة الحالية 1.1
آخر تحديث 2022-01-12
تاريخ النشر 2021-12-15
تقييم 5.00/5 مجموع تقييمات 2
المطور kinshuk1911
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Remover",
    "version": "1.1",
    "description": "This extension will remove Youtube ads for you.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}