Adblock Minus

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

Wat is Adblock Minus?

Adblock Minus is een Chrome-extensie ontwikkeld door xiaody, en de belangrijkste functie is "A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Adblock Minus

Download Adblock Minus-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

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

Basisinformatie over de Extensie

Naam Adblock Minus Adblock Minus
ID kokiipohaahehocgnfaleknlfblmcagh
Officiële URL https://chrome.google.com/webstore/detail/adblock-minus/kokiipohaahehocgnfaleknlfblmcagh
Beschrijving A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus
Bestandsgrootte 23.61 KB
Aantal Installaties 325
Huidige Versie 1.0.7
Laatst Bijgewerkt 2018-02-23
Publicatiedatum 2018-02-23
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar xiaody
Betalingswijze free
Extensiewebsite https://github.com/xiaody/adblock-minus
Ondersteunde Talen 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"
}