Adblock Pro for Youtube™

Removes ads from Youtube™.

ما هو Adblock Pro for Youtube™؟

Adblock Pro for Youtube™ هو إضافة Chrome تم تطويرها بواسطة Adblock Pro Youtube، والميزة الرئيسية لها هي "Removes ads from Youtube™.".

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

screenshot

تحميل ملف CRX للإضافة Adblock Pro for Youtube™

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

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

                        Remove youtube ads and transform Your Online Viewing with Our Advanced Adblock Extension: Skip Ads Effortlessly on YouTube and Beyond

Elevate your YouTube experience and effortlessly skip ads with our cutting-edge adblock extension. Designed to tackle all types of YouTube advertisements, it empowers you to skip annoying pre-roll and banner ads with ease. Moreover, its effectiveness isn’t confined to YouTube alone; it also blocks ads on websites featuring embedded YouTube videos.

Enhanced Features for a Superior Ad-Free Experience:

Skip Banner Ads: Navigate through YouTube and other sites without the clutter of banner ads.
Skip Video Ads: Effortlessly avoid pre-roll ads to enjoy uninterrupted video content.
Optional Annotation Removal: Opt for a more streamlined viewing experience by removing annotations.
Comprehensive Coverage on Embedded YouTube Videos: Skip ads not just on YouTube, but on any site embedding YouTube videos.
Speed Advantage: By preventing ad loading, our extension not only allows you to skip ads but also noticeably increases website loading speeds.

Install our user-friendly YouTube adblock extension today and start skipping ads effortlessly. Enjoy a smoother, faster, and uninterrupted online video experience without any complex setup!                    

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

الاسم Adblock Pro for Youtube™ Adblock Pro for Youtube™
ID ggokfoffgmgmkckgeclppfpgfmddbdjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/adblock-pro-for-youtube/ggokfoffgmgmkckgeclppfpgfmddbdjg
الوصف Removes ads from Youtube™.
حجم الملف 146 KB
عدد التثبيتات 63,602
النسخة الحالية 3.0.3
آخر تحديث 2024-01-08
تاريخ النشر 2020-11-04
تقييم 4.54/5 مجموع تقييمات 370
المطور Adblock Pro Youtube
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.3",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "Adblock Pro for Youtube\u2122"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}