Mitele AdBlock Bypass

Removes Mitele site AdBlock blocker.

什么是Mitele AdBlock Bypass?

Mitele AdBlock Bypass是由m00nbyt3开发的Chrome扩展程序,该扩展的主要功能是“Removes Mitele site AdBlock blocker.”。

扩展截图

screenshot

下载Mitele AdBlock Bypass扩展crx文件

下载Mitele AdBlock Bypass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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\/*"
    ]
}