Mitele AdBlock Bypass

Removes Mitele site AdBlock blocker.

What is Mitele AdBlock Bypass?

Mitele AdBlock Bypass is a Chrome extension developed by m00nbyt3, and its main feature is "Removes Mitele site AdBlock blocker.".

Extension Screenshots

screenshot

Download Mitele AdBlock Bypass Extension CRX File

Download Mitele AdBlock Bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Mitele AdBlock Bypass Mitele AdBlock Bypass
ID pbmomgbfedbpnfhpjaemlklmlfefiooo
Official URL https://chromewebstore.google.com/detail/mitele-adblock-bypass/pbmomgbfedbpnfhpjaemlklmlfefiooo
Description Removes Mitele site AdBlock blocker.
File Size 4.32 KB
Installation Count 435
Current Version 1.0
Last Updated 2022-02-08
Publish Date 2022-02-03
Rating 3.67/5 Total 3 Ratings
Developer m00nbyt3
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52
Supported Languages 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\/*"
    ]
}