AdBlock Free

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

Wat is AdBlock Free?

AdBlock Free is een Chrome-extensie ontwikkeld door https://ab-devs.digital, en de belangrijkste functie is "Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AdBlock Free

Download AdBlock Free-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AdBlock Free AdBlock Free
ID cbibkodnmedfgmkaeagomjckphnegcgi
Officiële URL https://chrome.google.com/webstore/detail/adblock-free/cbibkodnmedfgmkaeagomjckphnegcgi
Beschrijving Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…
Bestandsgrootte 299 KB
Aantal Installaties 10,000
Huidige Versie 0.0.5
Laatst Bijgewerkt 2021-12-14
Publicatiedatum 2021-11-06
Beoordeling 4.83/5 Totaal 24 Beoordelingen
Ontwikkelaar https://ab-devs.digital
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://ab-devs.digital/policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}