AdBlock Free

Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…

Co to jest AdBlock Free?

AdBlock Free to rozszerzenie Chrome opracowane przez https://ab-devs.digital, a jego główną funkcją jest „Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AdBlock Free

Pobierz pliki rozszerzeń AdBlock Free w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! 
Features:
:heavy_plus_sign: Block pop-ups, advertisements, annoying banners on all of your favourite sites. 
:heavy_plus_sign: Browse safely without harmful ads with malware, frauds, and cryptocurrency scams 
:heavy_plus_sign: Improve page load speeds and experience a quicker Internet                    

Podstawowe informacje o rozszerzeniu

Nazwa AdBlock Free AdBlock Free
ID cbibkodnmedfgmkaeagomjckphnegcgi
Oficjalny URL https://chrome.google.com/webstore/detail/adblock-free/cbibkodnmedfgmkaeagomjckphnegcgi
Opis Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…
Rozmiar pliku 299 KB
Liczba instalacji 10,000
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2021-12-14
Data Publikacji 2021-11-06
Ocena 4.83/5 Łącznie 24 Oceny
Deweloper https://ab-devs.digital
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://ab-devs.digital/policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Free",
    "version": "0.0.5",
    "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": [
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}