Noble AdBlocker
Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.
Was ist Noble AdBlocker?
Noble AdBlocker ist eine Chrome-Erweiterung, die von ksowocki entwickelt wurde, und ihr Hauptmerkmal ist "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.".
Erweiterungsscreenshots
Noble AdBlocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Noble AdBlocker-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
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.
Grundlegende Informationen zur Erweiterung
Name | Noble AdBlocker |
ID | kopmeijgmcgmcngnaaedmmiggcnojdao |
Offizielle URL | https://chromewebstore.google.com/detail/noble-adblocker/kopmeijgmcgmcngnaaedmmiggcnojdao |
Beschreibung | Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers. |
Dateigröße | 704 KB |
Installationsanzahl | 33 |
Aktuelle Version | 0.21 |
Letztes Update | 2016-01-02 |
Veröffentlichungsdatum | 2016-01-01 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | ksowocki |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension |
Hilfeseite URL | https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension |
Unterstützte Sprachen | 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" } ] } |