Noble AdBlocker

Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.

What is Noble AdBlocker?

Noble AdBlocker is a Chrome extension developed by ksowocki, and its main feature is "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.".

Extension Screenshots

screenshot

Download Noble AdBlocker Extension CRX File

Download Noble AdBlocker 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

                        Noble AdBlocker is an ethical ad blocker. This chrome extension:

(1) adblocks ads and 
(2) allows users to send bitcoin to publishers for articles that they like.                    

Extension Basic Information

Name Noble AdBlocker Noble AdBlocker
ID kopmeijgmcgmcngnaaedmmiggcnojdao
Official URL https://chromewebstore.google.com/detail/noble-adblocker/kopmeijgmcgmcngnaaedmmiggcnojdao
Description Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.
File Size 704 KB
Installation Count 33
Current Version 0.21
Last Updated 2016-01-02
Publish Date 2016-01-01
Rating 3.00/5 Total 2 Ratings
Developer ksowocki
Payment Type free
Extension Website https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension
Help Page URL https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noble AdBlocker",
    "version": "0.21",
    "description": "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.",
    "web_accessible_resources": [
        "static\/fonts\/*",
        "static\/fonts\/fontawesome-webfont.woff"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/jquery.min.js",
                "static\/shared\/bootstrap.min.js",
                "static\/bitcoinaddress.js\/dist\/demo.js",
                "content_script.js"
            ],
            "css": [
                "static\/adblock-to-bitcoin.css",
                "static\/shared\/font-awesome.css"
            ],
            "run_at": "document_end"
        }
    ]
}