AdGuard: Free Ad Blocker For Chrome

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

What is AdGuard: Free Ad Blocker For Chrome?

AdGuard: Free Ad Blocker For Chrome is a Chrome extension developed by burrellrolandayirrd, and its main feature is "AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download AdGuard: Free Ad Blocker For Chrome Extension CRX File

Download AdGuard: Free Ad Blocker For Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name AdGuard: Free Ad Blocker For Chrome AdGuard: Free Ad Blocker For Chrome
ID mjkioojopjemgkhdncehnfbanlikfeej
Official URL https://chromewebstore.google.com/detail/adguard-free-ad-blocker-f/mjkioojopjemgkhdncehnfbanlikfeej
Description AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.
File Size 132 KB
Installation Count 820
Current Version 2.0
Last Updated 2022-06-06
Publish Date 2021-08-25
Rating 4.00/5 Total 5 Ratings
Developer burrellrolandayirrd
Email [email protected]
Payment Type free
Extension Website https://apkmanager.co/adguard/
Supported Languages 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",
        ""
    ]
}