Noble AdBlocker
Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.
Wat is Noble AdBlocker?
Noble AdBlocker is een Chrome-extensie ontwikkeld door ksowocki, en de belangrijkste functie is "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Noble AdBlocker
Download Noble AdBlocker-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
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.
Basisinformatie over de Extensie
Naam | Noble AdBlocker |
ID | kopmeijgmcgmcngnaaedmmiggcnojdao |
Officiële URL | https://chromewebstore.google.com/detail/noble-adblocker/kopmeijgmcgmcngnaaedmmiggcnojdao |
Beschrijving | Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers. |
Bestandsgrootte | 704 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.21 |
Laatst Bijgewerkt | 2016-01-02 |
Publicatiedatum | 2016-01-01 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ksowocki |
Betalingswijze | free |
Extensiewebsite | https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension |
Help Pagina-URL | https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension |
Ondersteunde Talen | 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" } ] } |