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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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\/*"
    ]
}