Adblock Minus

A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus

Was ist Adblock Minus?

Adblock Minus ist eine Chrome-Erweiterung, die von xiaody entwickelt wurde, und ihr Hauptmerkmal ist "A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus".

Erweiterungsscreenshots

screenshot

Adblock Minus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adblock Minus-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

                        A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus                    

Grundlegende Informationen zur Erweiterung

Name Adblock Minus Adblock Minus
ID kokiipohaahehocgnfaleknlfblmcagh
Offizielle URL https://chrome.google.com/webstore/detail/adblock-minus/kokiipohaahehocgnfaleknlfblmcagh
Beschreibung A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus
Dateigröße 23.61 KB
Installationsanzahl 325
Aktuelle Version 1.0.7
Letztes Update 2018-02-23
Veröffentlichungsdatum 2018-02-23
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler xiaody
Zahlungsart free
Erweiterungswebsite https://github.com/xiaody/adblock-minus
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblock Minus",
    "version": "1.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "vendor.js",
            "app.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "homepage_url": "https:\/\/github.com\/xiaody\/adblock-minus"
}