Adblock Fast

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

Cos'è Adblock Fast?

Adblock Fast è un'estensione di Chrome sviluppata da https://adblockfast.com, e la sua funzione principale è "The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Adblock Fast

Scarica i file di estensione Adblock Fast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Adblock Fast Adblock Fast
ID nneejgmhfoecfeoffakdnolopppbbkfi
URL Ufficiale https://chromewebstore.google.com/detail/adblock-fast/nneejgmhfoecfeoffakdnolopppbbkfi
Descrizione The world’s fastest ad blocker! Same blocking, 8x more accelerated page loading.
Dimensione del File 325 KB
Conteggio Installazioni 4,694
Versione Corrente 1.8.1
Ultimo Aggiornamento 2024-01-09
Data di Pubblicazione 2024-01-09
Valutazione 4.03/5 Totale 116 Valutazioni
Sviluppatore https://adblockfast.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://adblockfast.com/
URL della Pagina di Aiuto https://adblockfast.com/#help
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/216992
Lingue Supportate 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"
    }
}