Adblock Minus

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

What is Adblock Minus?

Adblock Minus is a Chrome extension developed by xiaody, and its main feature is "A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus".

Extension Screenshots

screenshot

Download Adblock Minus Extension CRX File

Download Adblock Minus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Adblock Minus Adblock Minus
ID kokiipohaahehocgnfaleknlfblmcagh
Official URL https://chrome.google.com/webstore/detail/adblock-minus/kokiipohaahehocgnfaleknlfblmcagh
Description A simple open-source ad blocker to block advertisements and leaked referrers, see https://github.com/xiaody/adblock-minus
File Size 23.61 KB
Installation Count 325
Current Version 1.0.7
Last Updated 2018-02-23
Publish Date 2018-02-23
Rating 4.75/5 Total 4 Ratings
Developer xiaody
Payment Type free
Extension Website https://github.com/xiaody/adblock-minus
Supported Languages 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"
}