BlockAll - block ads

AdBlocker - Blocks annoying ads with individual rules for popular sites

Was ist BlockAll - block ads?

BlockAll - block ads ist eine Chrome-Erweiterung, die von blockall1904 entwickelt wurde, und ihr Hauptmerkmal ist "AdBlocker - Blocks annoying ads with individual rules for popular sites".

Erweiterungsscreenshots

screenshot
screenshot

BlockAll - block ads-Erweiterungs-CRX-Datei herunterladen

Laden Sie BlockAll - block ads-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

                        BlockAll will protect you from all types of ads.

An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser.

*Easy to use
*On going updates
*Fast and secure
*Blocking all type of ads

for any question you have, feel free to email us at [email protected]                    

Grundlegende Informationen zur Erweiterung

Name BlockAll - block ads BlockAll - block ads
ID jbbpjeecholbhpbicnogbcfoaejengla
Offizielle URL https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla
Beschreibung AdBlocker - Blocks annoying ads with individual rules for popular sites
Dateigröße 12.35 KB
Installationsanzahl 6,416
Aktuelle Version 1.0.1
Letztes Update 2022-05-05
Veröffentlichungsdatum 2022-05-05
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler blockall1904
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://blockall.net
Hilfeseite URL https://blockall.net
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockAll - block ads",
    "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}