Wiki-Ads

Donate to Wikipedia by viewing advertisements when you visit it.

Was ist Wiki-Ads?

Wiki-Ads ist eine Chrome-Erweiterung, die von https://wiki-ads.com entwickelt wurde, und ihr Hauptmerkmal ist "Donate to Wikipedia by viewing advertisements when you visit it.".

Erweiterungsscreenshots

screenshot

Wiki-Ads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wiki-Ads-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

                        Wikipedia depends on users' donations to survive. Now you can donate just by installing this extension and browsing Wikipedia. This extension adds tasteful Amazon.com advertisements to Wikipedia pages. When you purchase an item through these ads, Amazon pays a commission to Wiki-Ads, and we donate 100% of these profits to Wikipedia. 

This extension only runs when you're on Wikipedia.org, so it won't affect any other webpages in any way.

Note: If you have an ad blocker installed, you have to configure it to exclude wikipedia.org.                    

Grundlegende Informationen zur Erweiterung

Name Wiki-Ads Wiki-Ads
ID jdchlfkafckcnnhblcgniebgfainilbi
Offizielle URL https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi
Beschreibung Donate to Wikipedia by viewing advertisements when you visit it.
Dateigröße 7.84 KB
Installationsanzahl 37
Aktuelle Version 1.0.1
Letztes Update 2014-02-25
Veröffentlichungsdatum 2014-02-24
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler https://wiki-ads.com
Zahlungsart free
Erweiterungswebsite http://www.wiki-ads.com
Hilfeseite URL http://www.wiki-ads.com/faq.htm
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki-Ads",
    "description": "Donate to Wikipedia by viewing advertisements when you visit it.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}