Simple AdBlock

Removes popular advertisement blocks from any website!

Wat is Simple AdBlock?

Simple AdBlock is een Chrome-extensie ontwikkeld door alexleon.solutions, en de belangrijkste functie is "Removes popular advertisement blocks from any website!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple AdBlock

Download Simple AdBlock-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

                        The extension will delete advertisements and banners from various ad companies.
The extension will simply scan the page from any known banners to quickly remove them.                    

Basisinformatie over de Extensie

Naam Simple AdBlock Simple AdBlock
ID fhaealjjameonplhmmjcmpgfgidiefka
Officiële URL https://chrome.google.com/webstore/detail/simple-adblock/fhaealjjameonplhmmjcmpgfgidiefka
Beschrijving Removes popular advertisement blocks from any website!
Bestandsgrootte 13.76 KB
Aantal Installaties 3,851
Huidige Versie 1
Laatst Bijgewerkt 2022-11-29
Publicatiedatum 2022-11-29
Ontwikkelaar alexleon.solutions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://home.xzxoughtanot.xyz/
Help Pagina-URL https://home.xzxoughtanot.xyz/contact.html
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128.png",
        "default_title": "Simple AdBlock"
    },
    "description": "Removes popular advertisement blocks from any website!",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Simple AdBlock",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}