AdBlock Guard

Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…

AdBlock Guard란 무엇입니까?

AdBlock Guard은(는) fanda321krash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have a fast and safe browsing experience without ads and annoying pop-ups!

This extension blocks advertisements and disturbing pop-ups on different websites. 

Surf the internet without annoying banners, harmful ads and cryptocurrency scams on all of your favorite sites and improve page load speeds.                    

확장 프로그램 기본 정보

이름 AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
공식 URL https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
설명 Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
파일 크기 385 KB
설치 횟수 26
현재 버전 0.0.2
최근 업데이트 2021-12-14
출시 날짜 2021-12-10
평점 5.00/5 총 26 개의 평점
개발자 fanda321krash
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://snippet.host/wudm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Guard",
    "version": "0.0.2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "content_js\/content_blocker.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}