AdBlock Shield

AdBlock Shield - blocks all annoying ads, tracking and malware.

AdBlock Shield란 무엇입니까?

AdBlock Shield은(는) ivanovsasha224에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdBlock Shield - blocks all annoying ads, tracking and malware."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AdBlock Shield 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now there is a very popular AdBlock Shield application, which is used by a lot of users.  AdBlock Shield will help you get rid of annoying ads so that they do not interfere with your browsing.  If you like to watch videos of your favorite bloggers, then we are sure that if you download AdBlock Shield, you will not regret it a bit.  It is very convenient and comfortable, because no one will interrupt your viewing at the most interesting place.  We tried to make our extension as simple and comfortable as possible for your use.  Therefore, all you need to do is just install AdBlock Shield on your device, or you can do it using the link below.                    

확장 프로그램 기본 정보

이름 AdBlock Shield AdBlock Shield
ID kbbidhfplpegemhlbcfboalcjdmgebap
공식 URL https://chromewebstore.google.com/detail/adblock-shield/kbbidhfplpegemhlbcfboalcjdmgebap
설명 AdBlock Shield - blocks all annoying ads, tracking and malware.
파일 크기 757 KB
설치 횟수 38,548
현재 버전 1.1
최근 업데이트 2021-12-23
출시 날짜 2021-09-28
평점 2.14/5 총 7 개의 평점
개발자 ivanovsasha224
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/adblock-shield/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "public_static\/back\/basic.js",
            "public_static\/back\/dommer.js",
            "public_static\/back\/utils.js",
            "public_static\/back\/runtime.js"
        ]
    },
    "browser_action": {
        "default_icon": "shield.png",
        "default_popup": "public_static\/pupik\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "public_static\/3sm\/notifier.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "public_static\/3sm\/jquery-2.1.3.min.js",
                "public_static\/3sm\/foner.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "shield.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "storage"
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "*.png"
    ]
}