AdBlock Free

Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…

What is AdBlock Free?

AdBlock Free is a Chrome extension developed by https://ab-devs.digital, and its main feature is "Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…".

Extension Screenshots

screenshot
screenshot
screenshot

Download AdBlock Free Extension CRX File

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

                        Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! 
Features:
:heavy_plus_sign: Block pop-ups, advertisements, annoying banners on all of your favourite sites. 
:heavy_plus_sign: Browse safely without harmful ads with malware, frauds, and cryptocurrency scams 
:heavy_plus_sign: Improve page load speeds and experience a quicker Internet                    

Extension Basic Information

Name AdBlock Free AdBlock Free
ID cbibkodnmedfgmkaeagomjckphnegcgi
Official URL https://chrome.google.com/webstore/detail/adblock-free/cbibkodnmedfgmkaeagomjckphnegcgi
Description Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…
File Size 299 KB
Installation Count 10,000
Current Version 0.0.5
Last Updated 2021-12-14
Publish Date 2021-11-06
Rating 4.83/5 Total 24 Ratings
Developer https://ab-devs.digital
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ab-devs.digital/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Free",
    "version": "0.0.5",
    "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": [
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}