YouTube adBlocker

removes intrusive ads on YouTube

ما هو YouTube adBlocker؟

YouTube adBlocker هو إضافة Chrome تم تطويرها بواسطة mrzlab630، والميزة الرئيسية لها هي "removes intrusive ads on YouTube".

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

screenshot

تحميل ملف CRX للإضافة YouTube adBlocker

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

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

                        If you are annoyed by annoying ads while watching your favorite show then this extension is for you                    

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

الاسم YouTube adBlocker YouTube adBlocker
ID mgplhanhakajgbogpcelbhelooeinjid
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-adblocker/mgplhanhakajgbogpcelbhelooeinjid
الوصف removes intrusive ads on YouTube
حجم الملف 267 KB
عدد التثبيتات 34
النسخة الحالية 1.0.7
آخر تحديث 2021-08-03
تاريخ النشر 2021-07-30
المطور mrzlab630
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube adBlocker",
    "version": "1.0.7",
    "author": "mrZ ",
    "description": "removes intrusive ads on YouTube ",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "512": "assets\/icons\/icon512.png"
    },
    "action": {
        "default_title": "Ad blocker for YouTube",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "512": "assets\/icons\/icon512.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "assets\/js\/action.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}