AdBlock Guard

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

Co je AdBlock Guard?

AdBlock Guard je rozšíření Chrome vyvinuté fanda321krash, a jeho hlavní funkcí je „Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AdBlock Guard

Stáhněte si soubory rozšíření AdBlock Guard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
Oficiální URL https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
Popis Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
Velikost souboru 385 KB
Počet instalací 26
Aktuální Verze 0.0.2
Poslední Aktualizace 2021-12-14
Datum Vydání 2021-12-10
Hodnocení 5.00/5 Celkem 26 Hodnocení
Vývojář fanda321krash
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://snippet.host/wudm
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}