Adblock Extension-best adblocker for You Tube

Similar to YouTube™ Premium blocking audio and video ads

ما هو Adblock Extension-best adblocker for You Tube؟

Adblock Extension-best adblocker for You Tube هو إضافة Chrome تم تطويرها بواسطة Adblock Office، والميزة الرئيسية لها هي "Similar to YouTube™ Premium blocking audio and video ads".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Adblock Extension-best adblocker for You Tube

قم بتنزيل ملفات الامتداد Adblock Extension-best adblocker for You Tube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows users to prevent ads and pop-ups from appearing on their favorite video so they can enjoy videos without interruption on YouTube.
The latest version of  also blocks tracking, spyware, and flash, giving users more control and privacy while browsing. 

With its powerful technology can reduce memory usage, protect your computer from malware, and limit the amount of data that is collected about your browsing habits. Our chrome extension changelog is constantly updated with new features and bug fixes, ensuring that users always have the best experience. 
User-friendly extension that is easy to install and does not require any coding. It is a premium service that comes with a free license, making it accessible to everyone. The source code of  is available on Github, and the program is open to contributions from the community.
 The  team is dedicated to providing users with the best possible experience, and they are constantly working to improve the extension's performance and design. 
Also helps users to personalize their browsing experience, including by reducing memory usage, block unwanted ads, and control cookies.
 Adblock can also be used to analyze website usage, web analytics, and loading times. Is the best ad blocker for chrome browser and it is a must-have extension for anyone who wants to enjoy a faster, cleaner, and more secure video-audio experience.We participate in different affiliate programs, so this extension can redirect the accessed links to different affiliate programs.

Add to Chrome to install and enjoy                    

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

الاسم Adblock Extension-best adblocker for You Tube Adblock Extension-best adblocker for You Tube
ID knfibedgjpdjjhfcompdkpebkdnljloo
عنوان URL الرسمي https://chromewebstore.google.com/detail/adblock-extension-best-ad/knfibedgjpdjjhfcompdkpebkdnljloo
الوصف Similar to YouTube™ Premium blocking audio and video ads
حجم الملف 364 KB
عدد التثبيتات 6,000
النسخة الحالية 1.4
آخر تحديث 2024-02-29
تاريخ النشر 2023-01-23
تقييم 4.85/5 مجموع تقييمات 254
المطور Adblock Office
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "service_worker": "worker_container.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png",
            "1024": "icons\/icon-1024.png"
        },
        "default_title": "__MSG_actionTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "youtube",
                "enabled": true,
                "path": "rules\/youtube.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/navigator.share.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scriptlets.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}