Mitele AdBlock Bypass

Removes Mitele site AdBlock blocker.

Co to jest Mitele AdBlock Bypass?

Mitele AdBlock Bypass to rozszerzenie Chrome opracowane przez m00nbyt3, a jego główną funkcją jest „Removes Mitele site AdBlock blocker.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mitele AdBlock Bypass

Pobierz pliki rozszerzeń Mitele AdBlock Bypass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Mitele AdBlock Bypass Mitele AdBlock Bypass
ID pbmomgbfedbpnfhpjaemlklmlfefiooo
Oficjalny URL https://chromewebstore.google.com/detail/mitele-adblock-bypass/pbmomgbfedbpnfhpjaemlklmlfefiooo
Opis Removes Mitele site AdBlock blocker.
Rozmiar pliku 4.32 KB
Liczba instalacji 435
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-08
Data Publikacji 2022-02-03
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper m00nbyt3
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52
Obsługiwane Języki 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\/*"
    ]
}