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
Eメール [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\/*"
    ]
}