Noble AdBlocker

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

Qu'est-ce que Noble AdBlocker ?

Noble AdBlocker est une extension Chrome développée par ksowocki, et sa fonction principale est "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Noble AdBlocker

Téléchargez les fichiers d'extension Noble AdBlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Noble AdBlocker Noble AdBlocker
ID kopmeijgmcgmcngnaaedmmiggcnojdao
URL Officiel 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.
Taille du Fichier 704 KB
Nombre d'Installations 33
Version Actuelle 0.21
Dernière Mise à Jour 2016-01-02
Date de Publication 2016-01-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur ksowocki
Type de Paiement free
Site Web de l'Extension https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension
URL de la Page d'Aide https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension
Langues Prises en Charge 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"
        }
    ]
}