Wiki-Ads

Donate to Wikipedia by viewing advertisements when you visit it.

什么是Wiki-Ads?

Wiki-Ads是由https://wiki-ads.com开发的Chrome扩展程序,该扩展的主要功能是“Donate to Wikipedia by viewing advertisements when you visit it.”。

扩展截图

screenshot

下载Wiki-Ads扩展crx文件

下载Wiki-Ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wiki-Ads Wiki-Ads
ID jdchlfkafckcnnhblcgniebgfainilbi
官方URL https://chromewebstore.google.com/detail/wiki-ads/jdchlfkafckcnnhblcgniebgfainilbi
简介 Donate to Wikipedia by viewing advertisements when you visit it.
文件大小 7.84 KB
安装次数 37
当前版本 1.0.1
更新时间 2014-02-25
上架时间 2014-02-24
评分 3.25/5 共4次评分
开发者 https://wiki-ads.com
付费类型 free
扩展官网 http://www.wiki-ads.com
帮助页面URL http://www.wiki-ads.com/faq.htm
支持的语言 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"
    }
}