Simple AdBlock

Removes popular advertisement blocks from any website!

Was ist Simple AdBlock?

Simple AdBlock ist eine Chrome-Erweiterung, die von alexleon.solutions entwickelt wurde, und ihr Hauptmerkmal ist "Removes popular advertisement blocks from any website!".

Erweiterungsscreenshots

screenshot

Simple AdBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple AdBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simple AdBlock Simple AdBlock
ID fhaealjjameonplhmmjcmpgfgidiefka
Offizielle URL https://chrome.google.com/webstore/detail/simple-adblock/fhaealjjameonplhmmjcmpgfgidiefka
Beschreibung Removes popular advertisement blocks from any website!
Dateigröße 13.76 KB
Installationsanzahl 3,851
Aktuelle Version 1
Letztes Update 2022-11-29
Veröffentlichungsdatum 2022-11-29
Entwickler alexleon.solutions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://home.xzxoughtanot.xyz/
Hilfeseite URL https://home.xzxoughtanot.xyz/contact.html
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}