AdGuard: Free Ad Blocker For Chrome

AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.

AdGuard: Free Ad Blocker For Chrome란 무엇입니까?

AdGuard: Free Ad Blocker For Chrome은(는) burrellrolandayirrd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AdGuard: Free Ad Blocker For Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdGuard: Free Ad Blocker For Chrome is available in the chrome web store, just install it and block Unmatched and pop-up ads.

AdGuard: Free Ad Blocker effectively blocks all types of ads on all web pages, even on Facebook, YouTube and others!

How To Use:-

1. Firstly Click on "Add to chrome" Button.
2. After downloading, just click on "Extension icon"
3. You see Pop-up menu where you can do on/off adblock.
4. Visit any site and do same On/Off then ads are block.

Thanks :)                    

확장 프로그램 기본 정보

이름 AdGuard: Free Ad Blocker For Chrome AdGuard: Free Ad Blocker For Chrome
ID mjkioojopjemgkhdncehnfbanlikfeej
공식 URL https://chromewebstore.google.com/detail/adguard-free-ad-blocker-f/mjkioojopjemgkhdncehnfbanlikfeej
설명 AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.
파일 크기 132 KB
설치 횟수 820
현재 버전 2.0
최근 업데이트 2022-06-06
출시 날짜 2021-08-25
평점 4.00/5 총 5 개의 평점
개발자 burrellrolandayirrd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apkmanager.co/adguard/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdGuard: Free Ad Blocker For Chrome",
    "description": "AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}