DonorsClicks

Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.

什麼是DonorsClicks?

DonorsClicks是由https://donorsclicks.com開發的Chrome擴展程式,該擴展的主要功能是“Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.”。

擴展截圖

screenshot

下載DonorsClicks擴展crx文件

下載DonorsClicks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When you install this extension, it will add or replace Amazon Affiliate tags on any website you visit. If you make purchase from those links then affiliate commission will be paid out to DonorsClicks. 

We give 100% of all commissions directly to DonorsChoose. We want to help DonorsChoose.org reach their goal of funding $100 Millions in school projects which will help improve the tools and materials for all high poverty schools in the United States.

You can learn more by visiting http://www.donorsclicks.com                    

擴展基本資訊

名稱 DonorsClicks DonorsClicks
ID jgjjaeffddpojnlenjdmjlpklaojglam
官方網址 https://chromewebstore.google.com/detail/donorsclicks/jgjjaeffddpojnlenjdmjlpklaojglam
簡介 Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
檔案大小 311 KB
安裝次數 24
目前版本 0.0.2
更新時間 2016-04-02
上架時間 2016-04-01
評分 5.00/5 共 1 次評分
開發者 https://donorsclicks.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DonorsClicks",
    "version": "0.0.2",
    "description": "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.",
    "author": "Scott Nixon",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/URI.min.js",
                "\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "chrome_style": false
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}