Ad Blocker Notice Removal

Remove the ad blocker notice on popular sites

Ad Blocker Notice Removal란 무엇입니까?

Ad Blocker Notice Removal은(는) https://www.xeweb.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the ad blocker notice on popular sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ad Blocker Notice Removal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Some websites force it's users to disable their ad blocker in order to view the page. This can expose users to targeted ads which are a serious threat to your privacy.

This extension simply removes the ad blocker notice on over 500 websites so that you may browse freely. It's free and open source!

If you see a notice that is not removed by this extension feel free to report it by right-clicking the extension icon and choosing "Report issue with website".

Please consider sponsoring this project at https://github.com/sponsors/fire015                    

확장 프로그램 기본 정보

이름 Ad Blocker Notice Removal Ad Blocker Notice Removal
ID bnohpbaeckhhfnfijdnapgmbldkigchl
공식 URL https://chromewebstore.google.com/detail/ad-blocker-notice-removal/bnohpbaeckhhfnfijdnapgmbldkigchl
설명 Remove the ad blocker notice on popular sites
파일 크기 33.04 KB
설치 횟수 2,866
현재 버전 2.0.6
최근 업데이트 2024-03-01
출시 날짜 2020-08-18
평점 3.55/5 총 11 개의 평점
개발자 https://www.xeweb.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fire015/adblocker-notice-removal
도움말 페이지 URL https://github.com/fire015/adblocker-notice-removal/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Blocker Notice Removal",
    "version": "2.0.6",
    "author": "Jason M",
    "description": "Remove the ad blocker notice on popular sites",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "arrive.min.js",
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_title": "Ad Blocker Notice Removal",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "tabs"
    ]
}