Ad Blocker for YouTube

Watch YouTube without any ads!

ما هو Ad Blocker for YouTube؟

Ad Blocker for YouTube هو إضافة Chrome تم تطويرها بواسطة Peter Pi، والميزة الرئيسية لها هي "Watch YouTube without any ads!".

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

screenshot

تحميل ملف CRX للإضافة Ad Blocker for YouTube

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

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

                        IMPORTANT:
 - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.

With this extension, you can:
 - Skip ads prior to the actual video content
 - Blocks any pop-up ads during the video within the frame                    

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

الاسم Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
الوصف Watch YouTube without any ads!
حجم الملف 23.32 KB
عدد التثبيتات 23,302
النسخة الحالية 1.0.6
آخر تحديث 2020-01-30
تاريخ النشر 2020-01-25
تقييم 4.27/5 مجموع تقييمات 45
المطور Peter Pi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Blocker for YouTube",
    "version": "1.0.6",
    "description": "Watch YouTube without any ads!",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}