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
官方網址 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"
    }
}