Wiki-Ads

Donate to Wikipedia by viewing advertisements when you visit it.

Cos'è Wiki-Ads?

Wiki-Ads è un'estensione di Chrome sviluppata da https://wiki-ads.com, e la sua funzione principale è "Donate to Wikipedia by viewing advertisements when you visit it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wiki-Ads

Scarica i file di estensione Wiki-Ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wiki-Ads Wiki-Ads
ID jdchlfkafckcnnhblcgniebgfainilbi
URL Ufficiale https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi
Descrizione Donate to Wikipedia by viewing advertisements when you visit it.
Dimensione del File 7.84 KB
Conteggio Installazioni 37
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-02-25
Data di Pubblicazione 2014-02-24
Valutazione 3.25/5 Totale 4 Valutazioni
Sviluppatore https://wiki-ads.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.wiki-ads.com
URL della Pagina di Aiuto http://www.wiki-ads.com/faq.htm
Lingue Supportate 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"
    }
}