Adblock Fast

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

Was ist Adblock Fast?

Adblock Fast ist eine Chrome-Erweiterung, die von https://adblockfast.com entwickelt wurde, und ihr Hauptmerkmal ist "The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.".

Erweiterungsscreenshots

screenshot
screenshot

Adblock Fast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adblock Fast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Adblock Fast Adblock Fast
ID nneejgmhfoecfeoffakdnolopppbbkfi
Offizielle URL https://chromewebstore.google.com/detail/adblock-fast/nneejgmhfoecfeoffakdnolopppbbkfi
Beschreibung The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.
Dateigröße 325 KB
Installationsanzahl 4,694
Aktuelle Version 1.8.1
Letztes Update 2024-01-09
Veröffentlichungsdatum 2024-01-09
Bewertung 4.03/5 Insgesamt 116 Bewertungen
Entwickler https://adblockfast.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://adblockfast.com/
Hilfeseite URL https://adblockfast.com/#help
URL der Datenschutzrichtlinien-Seite https://www.iubenda.com/privacy-policy/216992
Unterstützte Sprachen 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"
    }
}