Wiki-Ads
Donate to Wikipedia by viewing advertisements when you visit it.
What is Wiki-Ads?
Wiki-Ads is a Chrome extension developed by https://wiki-ads.com, and its main feature is "Donate to Wikipedia by viewing advertisements when you visit it.".
Extension Screenshots
Download Wiki-Ads Extension CRX File
Download Wiki-Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wiki-Ads |
ID | jdchlfkafckcnnhblcgniebgfainilbi |
Official URL | https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi |
Description | Donate to Wikipedia by viewing advertisements when you visit it. |
File Size | 7.84 KB |
Installation Count | 37 |
Current Version | 1.0.1 |
Last Updated | 2014-02-25 |
Publish Date | 2014-02-24 |
Rating | 3.25/5 Total 4 Ratings |
Developer | https://wiki-ads.com |
Payment Type | free |
Extension Website | http://www.wiki-ads.com |
Help Page URL | http://www.wiki-ads.com/faq.htm |
Supported Languages | 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" } } |