BlockAll - block ads

AdBlocker - Blocks annoying ads with individual rules for popular sites

Qu'est-ce que BlockAll - block ads ?

BlockAll - block ads est une extension Chrome développée par blockall1904, et sa fonction principale est "AdBlocker - Blocks annoying ads with individual rules for popular sites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BlockAll - block ads

Téléchargez les fichiers d'extension BlockAll - block ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom BlockAll - block ads BlockAll - block ads
ID jbbpjeecholbhpbicnogbcfoaejengla
URL Officiel https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla
Description AdBlocker - Blocks annoying ads with individual rules for popular sites
Taille du Fichier 12.35 KB
Nombre d'Installations 6,416
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-05-05
Date de Publication 2022-05-05
Évaluation 4.20/5 Total 5 Évaluations
Développeur blockall1904
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://blockall.net
URL de la Page d'Aide https://blockall.net
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}