Adblock Fast

The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.

What is Adblock Fast?

Adblock Fast is a Chrome extension developed by https://adblockfast.com, and its main feature is "The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.".

Extension Screenshots

screenshot
screenshot

Download Adblock Fast Extension CRX File

Download Adblock Fast 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

                        Adblock Fast is a faster, open-source ad blocker.

Just as webpages grew bloated with ads, so too have ad blockers grown bloated with little-used filtering rules and features that sap their speed and hog your computer’s CPU, memory, and storage. Adblock Fast runs a mere 12 optimized filtering rules to accelerate pages 8x more but consume 6x less computing resources than other ad blockers do.

See Adblock Fast’s site for source code, benchmarks, support, and frequently asked questions.                    

Extension Basic Information

Name Adblock Fast Adblock Fast
ID nneejgmhfoecfeoffakdnolopppbbkfi
Official URL https://chromewebstore.google.com/detail/adblock-fast/nneejgmhfoecfeoffakdnolopppbbkfi
Description The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.
File Size 325 KB
Installation Count 4,694
Current Version 1.8.1
Last Updated 2024-01-09
Publish Date 2024-01-09
Rating 4.03/5 Total 116 Ratings
Developer https://adblockfast.com
Email [email protected]
Payment Type free
Extension Website https://adblockfast.com/
Help Page URL https://adblockfast.com/#help
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/216992
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adblock Fast",
    "version": "1.8.1",
    "description": "The world\u2019s fastest ad blocker! Same blocking, 8x more accelerated page loading.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "",
        "browsingData",
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/blocking.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "stylesheets\/content.css"
            ],
            "js": [
                "scripts\/utils.js",
                "scripts\/blocking.js",
                "scripts\/hiding.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/blocked\/19.png",
            "38": "images\/blocked\/38.png"
        },
        "default_title": "Unblock ads on this site"
    }
}