AdBlock Guard

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

Hvad er AdBlock Guard?

AdBlock Guard er en Chrome-udvidelse udviklet af fanda321krash, og dens hovedfunktion er "Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AdBlock Guard-udvidelses-CRX-fil

Download AdBlock Guard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
Officiel URL https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
Beskrivelse Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
Filstørrelse 385 KB
Antal Installationer 26
Nuværende Version 0.0.2
Senest Opdateret 2021-12-14
Udgivelsesdato 2021-12-10
Bedømmelse 5.00/5 Samlet 26 Bedømmelser
Udvikler fanda321krash
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://snippet.host/wudm
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}