AdBlock Guard

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

What is AdBlock Guard?

AdBlock Guard is a Chrome extension developed by fanda321krash, and its main feature is "Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…".

Extension Screenshots

screenshot
screenshot

Download AdBlock Guard Extension CRX File

Download AdBlock Guard 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

                        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.                    

Extension Basic Information

Name AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
Official URL https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
Description Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
File Size 385 KB
Installation Count 26
Current Version 0.0.2
Last Updated 2021-12-14
Publish Date 2021-12-10
Rating 5.00/5 Total 26 Ratings
Developer fanda321krash
Email [email protected]
Payment Type free
Privacy Policy Page URL https://snippet.host/wudm
Supported Languages 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": [
                ""
            ]
        }
    ]
}