AdBlock Guard

Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…

Was ist AdBlock Guard?

AdBlock Guard ist eine Chrome-Erweiterung, die von fanda321krash entwickelt wurde, und ihr Hauptmerkmal ist "Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…".

Erweiterungsscreenshots

screenshot
screenshot

AdBlock Guard-Erweiterungs-CRX-Datei herunterladen

Laden Sie AdBlock Guard-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

                        Have a fast and safe browsing experience without ads and annoying pop-ups!

This extension blocks advertisements and disturbing pop-ups on different websites. 

Surf the internet without annoying banners, harmful ads and cryptocurrency scams on all of your favorite sites and improve page load speeds.                    

Grundlegende Informationen zur Erweiterung

Name AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
Offizielle URL https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
Beschreibung Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
Dateigröße 385 KB
Installationsanzahl 26
Aktuelle Version 0.0.2
Letztes Update 2021-12-14
Veröffentlichungsdatum 2021-12-10
Bewertung 5.00/5 Insgesamt 26 Bewertungen
Entwickler fanda321krash
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://snippet.host/wudm
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Guard",
    "version": "0.0.2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "content_js\/content_blocker.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}