Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

ما هو Remove Adblock Thing؟

Remove Adblock Thing هو إضافة Chrome تم تطويرها بواسطة https://afixer.app، والميزة الرئيسية لها هي "Remove the Adblock Popup from YOUTUBE".

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

screenshot

تحميل ملف CRX للإضافة Remove Adblock Thing

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

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

                        Remove the Adblock Popup from YouTube

This extension packages the 'RemoveAdblockThing' script, which can be found at . This script effectively blocks YouTube's ad blocker detection popup.

Features:

- Lightweight: This extension is designed to be lightweight, ensuring it won't slow down your browsing experience.
- No Additional Permissions Required: You won't need to grant any additional permissions for this extension to work.
- Open Source: This extension is open source and can be found at .
- No Tampermonkey Required: This extension functions as a standalone script, eliminating the need to install Tampermonkey first. Simply install this extension and enjoy an ad-free YouTube experience!                    

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

الاسم Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
الوصف Remove the Adblock Popup from YOUTUBE
حجم الملف 11.43 KB
عدد التثبيتات 4,847
النسخة الحالية 1.0
آخر تحديث 2023-11-07
تاريخ النشر 2023-11-07
تقييم 4.58/5 مجموع تقييمات 12
المطور https://afixer.app
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
عنوان صفحة سياسة الخصوصية https://afixer.app/privacy-policy.txt
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Remove the Adblock Popup from YOUTUBE",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Remove Adblock Thing",
    "version": "1.0"
}