Mitele AdBlock Bypass

Removes Mitele site AdBlock blocker.

ما هو Mitele AdBlock Bypass؟

Mitele AdBlock Bypass هو إضافة Chrome تم تطويرها بواسطة m00nbyt3، والميزة الرئيسية لها هي "Removes Mitele site AdBlock blocker.".

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

screenshot

تحميل ملف CRX للإضافة Mitele AdBlock Bypass

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

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

                        Mitele website has a feature that blocks the usage of any AdBlocker software or extension. This extension allows the use of this AdBlockers.                    

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

الاسم Mitele AdBlock Bypass Mitele AdBlock Bypass
ID pbmomgbfedbpnfhpjaemlklmlfefiooo
عنوان URL الرسمي https://chromewebstore.google.com/detail/mitele-adblock-bypass/pbmomgbfedbpnfhpjaemlklmlfefiooo
الوصف Removes Mitele site AdBlock blocker.
حجم الملف 4.32 KB
عدد التثبيتات 435
النسخة الحالية 1.0
آخر تحديث 2022-02-08
تاريخ النشر 2022-02-03
تقييم 3.67/5 مجموع تقييمات 3
المطور m00nbyt3
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52
اللغات المدعومة es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mitele AdBlock Bypass",
    "icons": {
        "16": "miteleABBY.png",
        "48": "miteleABBY.png",
        "128": "miteleABBY.png"
    },
    "version": "1.0",
    "description": "Removes Mitele site AdBlock blocker.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mitele.es\/*"
            ],
            "run_at": "document_end",
            "js": [
                "mtadby.js"
            ],
            "css": [
                "pwned.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.mitele.es\/*"
    ]
}