Wiki-Ads

Donate to Wikipedia by viewing advertisements when you visit it.

Hvad er Wiki-Ads?

Wiki-Ads er en Chrome-udvidelse udviklet af https://wiki-ads.com, og dens hovedfunktion er "Donate to Wikipedia by viewing advertisements when you visit it.".

Udvidelsesskærmbilleder

screenshot

Download Wiki-Ads-udvidelses-CRX-fil

Download Wiki-Ads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wiki-Ads Wiki-Ads
ID jdchlfkafckcnnhblcgniebgfainilbi
Officiel URL https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi
Beskrivelse Donate to Wikipedia by viewing advertisements when you visit it.
Filstørrelse 7.84 KB
Antal Installationer 37
Nuværende Version 1.0.1
Senest Opdateret 2014-02-25
Udgivelsesdato 2014-02-24
Bedømmelse 3.25/5 Samlet 4 Bedømmelser
Udvikler https://wiki-ads.com
Betalingsmetode free
Udvidelseswebsted http://www.wiki-ads.com
Hjælpeside-URL http://www.wiki-ads.com/faq.htm
Understøttede Sprog 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"
    }
}