Wiki-Ads

Donate to Wikipedia by viewing advertisements when you visit it.

Wat is Wiki-Ads?

Wiki-Ads is een Chrome-extensie ontwikkeld door https://wiki-ads.com, en de belangrijkste functie is "Donate to Wikipedia by viewing advertisements when you visit it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wiki-Ads

Download Wiki-Ads-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

                        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.                    

Basisinformatie over de Extensie

Naam Wiki-Ads Wiki-Ads
ID jdchlfkafckcnnhblcgniebgfainilbi
Officiële URL https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi
Beschrijving Donate to Wikipedia by viewing advertisements when you visit it.
Bestandsgrootte 7.84 KB
Aantal Installaties 37
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-02-25
Publicatiedatum 2014-02-24
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://wiki-ads.com
Betalingswijze free
Extensiewebsite http://www.wiki-ads.com
Help Pagina-URL http://www.wiki-ads.com/faq.htm
Ondersteunde Talen 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"
    }
}